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