This commit is contained in:
linfso 2024-09-23 09:43:40 +08:00
parent 0e4338fea3
commit 07d124a2f0

View File

@ -296,7 +296,6 @@ public class EmisWaybill extends BaseEntity
/* 实际支付方式 : 现金或月结 */
private String realPaymentType;
/* 标准报价 */
@DataAuditField(fieldComment = "标准报价")
private BigDecimal realFee;
/* 是否特殊报价 */
@TableField
@ -314,6 +313,7 @@ public class EmisWaybill extends BaseEntity
private String overWeightNumber;
/* 费用备注 */
@TableField
@DataAuditField(fieldComment = "费用备注")
private String feeRemark;
/* 三段码 */
private String thirdCode;