将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

@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2019-9-7 22:52:35
*/
@ResourceInfo(value = "msg", type = 125)
@ResourceInfo(value = "msg", type = 1574002380)
@Inherited
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)