订单财务状态,订单异议汇总完善
This commit is contained in:
@@ -46,6 +46,16 @@ public class GearJournal extends BaseEntity {
|
||||
* 对方户名
|
||||
*/
|
||||
private String counterpart;
|
||||
/**
|
||||
* 客户ID(用于按客户过滤收款记录)
|
||||
*/
|
||||
@TableField("customer_id")
|
||||
private Long customerId;
|
||||
/**
|
||||
* 销售员ID(用于按销售员过滤收款记录)
|
||||
*/
|
||||
@TableField("salesman_id")
|
||||
private Long salesmanId;
|
||||
/**
|
||||
* 收入金额
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user