微信小程序支付API

This commit is contained in:
HH 2022-05-10 08:06:48 +08:00
parent 052a74b038
commit 7a2c3683bd
1 changed files with 6 additions and 0 deletions

View File

@ -43,4 +43,10 @@ public class OrderMaster extends BaseEntity {
@Excel(name = "接单时间", cellType = Excel.ColumnType.STRING)
private String revTime;
public OrderMaster() {
}
public OrderMaster(String code) {
this.code = code;
}
}