将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

@@ -10,7 +10,7 @@ import java.lang.annotation.*;
* @Author: cjl
* @Date: 2019/1/21 16:33
*/
@ResourceInfo(value = "serialNumber", type = 105)
@ResourceInfo(value = "serialNumber", type = 1574002422)
@Inherited
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)