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