结算修改

This commit is contained in:
xuyuncong 2025-10-21 18:36:44 +08:00
parent a0baee18de
commit 0c5fc6cb10

View File

@ -37,4 +37,14 @@ public class TicketsSettlementVO {
* 优惠金额|折扣 * 优惠金额|折扣
*/ */
private Integer discount; private Integer discount;
/**
* 挂账单位
*/
private Long chargeCompanyId;
/**
* 支付方式 gz 挂账 xj 现结
*/
private String payType;
} }