将Resource资源的类型改为时间戳

This commit is contained in:
季圣华
2019-11-17 23:02:28 +08:00
parent 4ee0c9874e
commit 47c90a0e26
26 changed files with 25 additions and 54 deletions

View File

@@ -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();
}
}