活动优惠编写完成
This commit is contained in:
@@ -10,12 +10,11 @@ public enum CouponRangeType {
|
||||
CATEGORY(3, "分类");
|
||||
|
||||
@EnumValue
|
||||
private Integer code;
|
||||
private String comment;
|
||||
private final Integer code;
|
||||
private final String comment;
|
||||
|
||||
CouponRangeType(Integer code, String comment) {
|
||||
this.code = code;
|
||||
this.comment = comment;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user