店铺删除逻辑新增判断(产品更改后所有店铺不允许删除)

This commit is contained in:
zhangchenbiao
2024-04-22 14:13:14 +08:00
parent 38c3e67580
commit e1bd2a22ab
3 changed files with 11 additions and 6 deletions

View File

@@ -19,8 +19,4 @@ public class AddShopRequest {
@ApiModelProperty("线索id")
private Long lineId;
@NotBlank
@ApiModelProperty("店铺名称")
private String shopName;
}