#
Junjie
2023-11-04 7320451496911b49b2df6af3bfb2895aed1a42fd
1
2
3
4
5
6
7
8
9
10
package com.zy.core.enums;
 
public enum SteABType {
 
    A,
    B,
    ;
 
 
}