将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 2018-10-7 15:26:27
*/
@ResourceInfo(value = "log", type = 25)
@ResourceInfo(value = "log", type = 1574002346)
@Inherited
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)