添加快捷支付
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user