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