添加快捷支付

This commit is contained in:
韩鹏辉
2024-05-20 09:59:15 +08:00
parent 776e9076da
commit cd913643a5
10 changed files with 57 additions and 25 deletions

View File

@@ -108,8 +108,8 @@ public class TbQuickPay implements Serializable {
}
public TbQuickPay(Integer id, Integer staffId, Integer shopId, String orderNo, String payType, BigDecimal amount, String status, String tradeNo, Date createTime, Date updateTime) {
this.id = id;
public TbQuickPay(Integer id,Integer staffId, Integer shopId, String orderNo, String payType, BigDecimal amount, String status, String tradeNo, Date createTime, Date updateTime) {
this.id=id;
this.staffId = staffId;
this.shopId = shopId;
this.orderNo = orderNo;