fix updateShopCode接口增加修改门店name功能
This commit is contained in:
@@ -18,7 +18,11 @@ public class UpdateShopCodeRequest {
|
||||
@NotNull
|
||||
private Long shopId;
|
||||
|
||||
@NotBlank
|
||||
|
||||
@ApiModelProperty("门店代码")
|
||||
private String shopCode;
|
||||
|
||||
|
||||
@ApiModelProperty("门店名称")
|
||||
private String shopName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user