1
zhang
昨天 f90076758229241d652ceacfcb1d53f781c06ac6
1
2
3
4
5
6
7
8
9
10
package com.zy.acs.manager.manager.enums;
 
public enum GuaranteeScopeType {
 
    NONE,
    GLOBAL,
    MODEL,
    ;
 
}