#
luxiaotao1123
2024-09-23 591fb57c675a1849e6e0ab1d968e1d58f6826f01
1
2
3
4
5
6
7
8
9
package com.zy.acs.manager.manager.enums;
 
public enum TravelStateType {
 
    RUNNING,
    FINISH,
    ;
 
}