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