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