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