code review:商城统计

This commit is contained in:
zhijiantianya@gmail.com
2023-10-16 20:01:25 +08:00
parent 1502159608
commit b6e63e885d
29 changed files with 74 additions and 9 deletions

View File

@ -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;