模版修改
This commit is contained in:
@@ -283,6 +283,11 @@ public class OrderDTO {
|
||||
*/
|
||||
@TableField("PYER_NUM")
|
||||
private String payerNum;
|
||||
/**
|
||||
* 货权准转移类型
|
||||
*/
|
||||
private String meteringType;
|
||||
|
||||
|
||||
/**
|
||||
* 订单明细
|
||||
|
||||
@@ -198,6 +198,11 @@ public class PurchaseOrderWithDetailsDTO {
|
||||
* 税码
|
||||
*/
|
||||
private String taxNum;
|
||||
|
||||
/**
|
||||
* 货权准转移类型
|
||||
*/
|
||||
private String meteringType;
|
||||
/**
|
||||
* 采购订单明细
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user