1、修改bug

This commit is contained in:
潘荣晟
2025-10-29 10:17:34 +08:00
parent 8edd99e0be
commit 3ef662e1ec
2 changed files with 3 additions and 3 deletions

View File

@@ -150,7 +150,7 @@ public class PrchOrdDtlSaveReqVO {
private String isEnb; private String isEnb;
@Schema(description = "科目分配详情;科目分配类别为K或P时使用(JSON)") @Schema(description = "科目分配详情;科目分配类别为K或P时使用(JSON)")
private JSONObject actsCtgrDtl; private String actsCtgrDtl;
@Schema(description = "委托加工详情;委托加工订单使用(JSON)") @Schema(description = "委托加工详情;委托加工订单使用(JSON)")
private String enttDtl; private String enttDtl;

View File

@@ -47,7 +47,7 @@ public class SalesOrderDetailSaveReqVO {
@Schema(description = "计量单位;推送ERP(必须)", requiredMode = Schema.RequiredMode.REQUIRED) @Schema(description = "计量单位;推送ERP(必须)", requiredMode = Schema.RequiredMode.REQUIRED)
@NotEmpty(message = "计量单位;推送ERP(必须)不能为空") @NotEmpty(message = "计量单位;推送ERP(必须)不能为空")
private String unit; private String unt;
@Schema(description = "开票类型;推送ERP(必须)", requiredMode = Schema.RequiredMode.REQUIRED, example = "2") @Schema(description = "开票类型;推送ERP(必须)", requiredMode = Schema.RequiredMode.REQUIRED, example = "2")
@NotEmpty(message = "开票类型;推送ERP(必须)不能为空") @NotEmpty(message = "开票类型;推送ERP(必须)不能为空")