更新后端,采用Springboot+mybatis
This commit is contained in:
15
src/main/java/com/jsh/erp/service/person/PersonResource.java
Normal file
15
src/main/java/com/jsh/erp/service/person/PersonResource.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package com.jsh.erp.service.person;
|
||||
|
||||
import com.jsh.erp.service.ResourceInfo;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* @author jishenghua qq752718920 2018-10-7 15:26:27
|
||||
*/
|
||||
@ResourceInfo(value = "person", type = 45)
|
||||
@Inherited
|
||||
@Target(ElementType.TYPE)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface PersonResource {
|
||||
}
|
||||
Reference in New Issue
Block a user