|
@@ -57,7 +57,7 @@ public class QyRecardBodyEditParam {
|
|
|
|
|
|
|
|
|
@Schema(description = "备案数量", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
|
- @NotBlank(message = "recordQuantity不能为空")
|
|
|
+
|
|
|
private String recordQuantity;
|
|
|
|
|
|
|
|
@@ -127,10 +127,10 @@ public class QyRecardBodyEditParam {
|
|
|
@Schema(description = "净重(KG)")
|
|
|
private String netWeight;
|
|
|
|
|
|
-
|
|
|
- @Schema(description = "备案数量", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
|
- @NotBlank(message = "recordAmount不能为空")
|
|
|
- private String recordAmount;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
@Schema(description = "剩余备案数量")
|