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