重构华夏erp的整体ui风格
This commit is contained in:
15
src/main/java/com/jsh/erp/service/msg/MsgResource.java
Normal file
15
src/main/java/com/jsh/erp/service/msg/MsgResource.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package com.jsh.erp.service.msg;
|
||||
|
||||
import com.jsh.erp.service.ResourceInfo;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* @author jishenghua qq752718920 2019-9-7 22:52:35
|
||||
*/
|
||||
@ResourceInfo(value = "msg", type = 125)
|
||||
@Inherited
|
||||
@Target(ElementType.TYPE)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface MsgResource {
|
||||
}
|
||||
Reference in New Issue
Block a user