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