将Resource资源的类型改为时间戳
This commit is contained in:
@@ -4,30 +4,6 @@ import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* @author jishenghua 2018-10-7 15:25:39
|
||||
* user-5
|
||||
* role-10
|
||||
* depot-20
|
||||
* log-25
|
||||
* functions-30
|
||||
* inOutItem-35
|
||||
* unit-40
|
||||
* person-45
|
||||
* userBusiness-50
|
||||
* systemConfig-55
|
||||
* materialProperty-60
|
||||
* account-65
|
||||
* supplier-70
|
||||
* materialCategory-75
|
||||
* material-80
|
||||
* depotHead-85
|
||||
* depotItem-90
|
||||
* accountHead-95
|
||||
* accountItem-100
|
||||
* serialNumber-105
|
||||
* organization-110
|
||||
* orgaUserRel-115
|
||||
* tenant-120
|
||||
* msg-125
|
||||
*/
|
||||
@Target({ElementType.TYPE, ElementType.ANNOTATION_TYPE})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@@ -36,4 +12,4 @@ import java.lang.annotation.*;
|
||||
public @interface ResourceInfo {
|
||||
String value();
|
||||
int type();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user