From 96b1f12a406d3d8befe4afe0ff0a54e128006612 Mon Sep 17 00:00:00 2001
From: aike <17730485278@139.com>
Date: Mon, 12 May 2025 17:00:15 +0800
Subject: [PATCH 1/3] =?UTF-8?q?demand:=20TMS=E7=B3=BB=E7=BB=9F=20-=20?=
=?UTF-8?q?=E5=AE=A2=E6=88=B7=E8=B4=A6=E5=8D=95=E7=AE=A1=E7=90=86=20-=20?=
=?UTF-8?q?=E8=88=AA=E4=BF=A1=E5=BC=80=E7=A5=A8=E8=AE=B0=E5=BD=95=20-=20?=
=?UTF-8?q?=E7=95=8C=E9=9D=A2=E4=BC=98=E5=8C=96=E5=A6=82=E4=B8=8B=E5=9B=BE?=
=?UTF-8?q?=E6=89=80=E7=A4=BA=20committer:=20heyu?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../domain/EmisSettleInvoiceChRecord.java | 9 +++
.../EmisSettleInvoiceChRecordMapper.xml | 62 +++++++++++++++++--
2 files changed, 67 insertions(+), 4 deletions(-)
diff --git a/emis-biz/src/main/java/com/xdadan/erp/emis/domain/EmisSettleInvoiceChRecord.java b/emis-biz/src/main/java/com/xdadan/erp/emis/domain/EmisSettleInvoiceChRecord.java
index b7d6777a0..e5aecb4d9 100644
--- a/emis-biz/src/main/java/com/xdadan/erp/emis/domain/EmisSettleInvoiceChRecord.java
+++ b/emis-biz/src/main/java/com/xdadan/erp/emis/domain/EmisSettleInvoiceChRecord.java
@@ -126,4 +126,13 @@ public class EmisSettleInvoiceChRecord extends BaseEntity
// 申请备注
private String applyRemark;
+ // 发送月份
+ private String sendMonth;
+ // 结算类型
+ private String settleType;
+ // 开票备注
+ private String openBillRemark;
+ // 付款天数
+ private String payDays;
+
}
diff --git a/emis-biz/src/main/resources/mapper/EmisSettleInvoiceChRecordMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleInvoiceChRecordMapper.xml
index 315d8ecae..3953265fd 100644
--- a/emis-biz/src/main/resources/mapper/EmisSettleInvoiceChRecordMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisSettleInvoiceChRecordMapper.xml
@@ -43,6 +43,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
+
+
+
+
@@ -57,10 +61,60 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"