模版修改

This commit is contained in:
潘荣晟
2025-11-11 11:52:35 +08:00
parent 886283cdf8
commit ddfc7d8965
21 changed files with 229 additions and 33 deletions

View File

@@ -283,6 +283,11 @@ public class OrderDTO {
*/
@TableField("PYER_NUM")
private String payerNum;
/**
* 货权准转移类型
*/
private String meteringType;
/**
* 订单明细

View File

@@ -198,6 +198,11 @@ public class PurchaseOrderWithDetailsDTO {
* 税码
*/
private String taxNum;
/**
* 货权准转移类型
*/
private String meteringType;
/**
* 采购订单明细
*/