Parcourir la source

字段注释修改

lyx il y a 1 mois
Parent
commit
477b9be541

+ 1 - 1
alien-entity/src/main/java/shop/alien/entity/store/LifeCoupon.java

@@ -93,7 +93,7 @@ public class LifeCoupon {
     @ApiModelProperty(value = "受用场景")
     private String applicableRule;
 
-    @ApiModelProperty(value = "状态:-1.待审核  -2.已驳回  0.待使用(已通过), 1.进行中, 2.已暂停, 3.已结束")
+    @ApiModelProperty(value = "状态:0草稿/1待审核/2未开始/3审核拒绝/4已售罄/5进行中/6已下架/7已结束/8=2+手动下架")
     private Integer status;
 
     @ApiModelProperty(value = "券图片地址")