mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
api导入bug修改
This commit is contained in:
+2
-2
@@ -84,7 +84,7 @@ public class RemainPlateSaveReqVO {
|
||||
private Integer placeStyle;
|
||||
|
||||
@Schema(description = "仓库名")
|
||||
@Size(max = 64, message = "品牌长度不能超过64个字符")
|
||||
@Size(max = 64, message = "仓库名长度不能超过64个字符")
|
||||
private String store;
|
||||
|
||||
@Schema(description = "数量", requiredMode = Schema.RequiredMode.REQUIRED, example = "18318")
|
||||
@@ -92,7 +92,7 @@ public class RemainPlateSaveReqVO {
|
||||
private Integer count;
|
||||
|
||||
@Schema(description = "备注", example = "随便")
|
||||
@Size(max = 255, message = "品牌长度不能超过255个字符")
|
||||
@Size(max = 255, message = "备注长度不能超过255个字符")
|
||||
private String remark;
|
||||
|
||||
@Schema(description = "轮廊数据,Json 串", requiredMode = Schema.RequiredMode.REQUIRED, example = "18318")
|
||||
|
||||
Reference in New Issue
Block a user