1、调整导入运单

2、调整对账
This commit is contained in:
2026-09-09 14:43:26 +08:00
parent 0ce701ab90
commit 63af35a333
13 changed files with 812 additions and 61 deletions
@@ -8,6 +8,7 @@ import org.springblade.transport.pojo.entity.TransportReconciliation;
import org.springblade.transport.pojo.entity.TransportReconciliationChangeRecord;
import org.springblade.transport.pojo.entity.TransportReconciliationExternal;
import org.springblade.transport.pojo.entity.TransportReconciliationInternal;
import org.springblade.transport.pojo.entity.FormalSettlementSummaryFee;
import java.io.Serial;
import java.util.List;
@@ -25,5 +26,6 @@ public class TransportReconciliationVO extends TransportReconciliation {
@TableField(exist = false) private String matchStatusName;
@TableField(exist = false) private List<TransportReconciliationInternal> internalDetails;
@TableField(exist = false) private List<TransportReconciliationExternal> externalDetails;
@TableField(exist = false) private List<FormalSettlementSummaryFee> feeSummary;
@TableField(exist = false) private List<TransportReconciliationChangeRecord> changeRecords;
}