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