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