api导入bug修改

This commit is contained in:
lym
2025-01-14 11:28:18 +08:00
parent 765b0c3a47
commit c23b8aa49b
3 changed files with 27 additions and 31 deletions
@@ -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")