中文
This commit is contained in:
@@ -7,7 +7,7 @@ import java.util.stream.Collectors;
|
|||||||
|
|
||||||
public enum PassengerFlowEnum {
|
public enum PassengerFlowEnum {
|
||||||
BELOW_1000(0,"1000以下",10),
|
BELOW_1000(0,"1000以下",10),
|
||||||
TO_1000_10000(1,"1000-1万",20),
|
TO_1000_10000(1,"1千-1万",20),
|
||||||
MORE_THAN_10000(2,"1万以上",30),
|
MORE_THAN_10000(2,"1万以上",30),
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user