zyx
2024-02-06 429bf2ffe5bf78bb35347a051e45f329ab0e79d5
1
2
3
4
5
6
7
8
9
10
package com.zy.core.enums;
 
public enum SteABType {
 
    A,
    B,
    ;
 
 
}