Jay
2025-04-21 6ea8bed0c8cb5d786a48bdbe4edfdb7cc13555e3
1
2
3
4
5
6
7
8
9
package com.iailab.module.model.mdk.common.enums;
 
/**
 * @author PanZhibao
 * @date 2021年07月29日 11:15
 */
public enum TypeA {
    Predict, Schedule, Train
}