#
vincentlu
2 天以前 388cf4c7cb8f942332eb0ad8d3c3e1d92714b747
1
2
3
4
5
6
7
8
9
10
package com.zy.acs.manager.manager.enums;
 
public enum GuaranteeScopeType {
 
    NONE,
    GLOBAL,
    MODEL,
    ;
 
}