This commit is contained in:
愉快的大福 2024-09-08 16:49:07 +08:00
parent 5cbaaba1dd
commit 4acf5c04bd
2 changed files with 529 additions and 426 deletions

File diff suppressed because it is too large Load Diff

View File

@ -107,6 +107,8 @@ public class CardCoupon extends Model<CardCoupon> {
private Integer dayGetLimit; private Integer dayGetLimit;
//状态0下架1上架 //状态0下架1上架
private String status; private String status;
//收银台是否可送0不可1可以
private String sySend;
//备注 //备注
private String remark; private String remark;
//创建者 //创建者