订单财务状态,订单异议汇总完善

This commit is contained in:
朱昊天
2026-05-26 12:04:16 +08:00
parent 4408e80e1c
commit a44497f92c
23 changed files with 1543 additions and 86 deletions

View File

@@ -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;
/**
* 收入金额
*/