From 918fe3729d1aa541e66893cdf9dd61ded3cb3b85 Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 3 Jul 2024 22:40:23 +0800 Subject: [PATCH] md --- .../emis/domain/EmisWaybillAjustApply.java | 4 ++- .../mapper/EmisWaybillAjustApplyMapper.xml | 30 ------------------- 2 files changed, 3 insertions(+), 31 deletions(-) diff --git a/emis-biz/src/main/java/com/xdadan/erp/emis/domain/EmisWaybillAjustApply.java b/emis-biz/src/main/java/com/xdadan/erp/emis/domain/EmisWaybillAjustApply.java index 7b253dd9b..fc7984b60 100644 --- a/emis-biz/src/main/java/com/xdadan/erp/emis/domain/EmisWaybillAjustApply.java +++ b/emis-biz/src/main/java/com/xdadan/erp/emis/domain/EmisWaybillAjustApply.java @@ -67,6 +67,8 @@ public class EmisWaybillAjustApply extends BaseEntity private String newValue; /* 修改值是否 json 1-是 0-否 */ private String blValueJson; + /* json_data */ + private String jsonData; /* 申请备注 */ private String applyMemo; /* 中心是否审核 0-未审核 1-审核通过 2-审核拒绝 */ @@ -79,7 +81,7 @@ public class EmisWaybillAjustApply extends BaseEntity @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date centerConfirmDate; /* 中心审核备注 */ - private String centerConfirmNote; + private String centerConfirmNote // 扩展值 private String applyTypeName; diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillAjustApplyMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillAjustApplyMapper.xml index 90b8e4a03..d250c3086 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillAjustApplyMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillAjustApplyMapper.xml @@ -177,37 +177,7 @@