code review:商城统计
This commit is contained in:
@@ -35,9 +35,8 @@ public enum TimeRangeTypeEnum implements IntArrayValuable {
|
||||
|
||||
public static final int[] ARRAYS = Arrays.stream(values()).mapToInt(TimeRangeTypeEnum::getType).toArray();
|
||||
|
||||
|
||||
/**
|
||||
* 状态
|
||||
* 类型
|
||||
*/
|
||||
private final Integer type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user