*
lsh
2024-10-20 030bbab9669c582af6c613dabfbebea4f83f57c9
1
2
3
4
5
6
7
8
9
10
package com.zy.core.enums;
 
public enum SteABType {
 
    A,
    B,
    ;
 
 
}