This commit is contained in:
wuchunlei
2024-10-14 16:23:17 +08:00
parent 27daac9ea6
commit ccc21c4456
6 changed files with 51 additions and 8 deletions

View File

@@ -26,6 +26,9 @@ public class CouponHistory {
//获取类型 0 后台赠送 1 主动获取
private Integer getType;
//备注
private String remark;
//使用状态 0 未使用 1 已使用 2 已过期
private Integer status;