Commit 2879aa1d authored by 季圣华's avatar 季圣华
Browse files

优化架构

parent 1aa5d1eb
...@@ -7,7 +7,7 @@ import java.lang.annotation.*; ...@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/** /**
* @author jishenghua qq752718920 2018-10-7 15:26:27 * @author jishenghua qq752718920 2018-10-7 15:26:27
*/ */
@ResourceInfo(value = "materialExtend", type = 1574012422) @ResourceInfo(value = "materialExtend")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -11,5 +11,4 @@ import java.lang.annotation.*; ...@@ -11,5 +11,4 @@ import java.lang.annotation.*;
@Documented @Documented
public @interface ResourceInfo { public @interface ResourceInfo {
String value(); String value();
int type();
} }
\ No newline at end of file
...@@ -7,7 +7,7 @@ import java.lang.annotation.*; ...@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/** /**
* @author jishenghua qq752718920 2018-10-7 15:26:27 * @author jishenghua qq752718920 2018-10-7 15:26:27
*/ */
@ResourceInfo(value = "account", type = 1574002270) @ResourceInfo(value = "account")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -7,7 +7,7 @@ import java.lang.annotation.*; ...@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/** /**
* @author jishenghua qq752718920 2018-10-7 15:26:27 * @author jishenghua qq752718920 2018-10-7 15:26:27
*/ */
@ResourceInfo(value = "accountHead", type = 1574002281) @ResourceInfo(value = "accountHead")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -7,7 +7,7 @@ import java.lang.annotation.*; ...@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/** /**
* @author jishenghua qq752718920 2018-10-7 15:26:27 * @author jishenghua qq752718920 2018-10-7 15:26:27
*/ */
@ResourceInfo(value = "accountItem", type = 1574002293) @ResourceInfo(value = "accountItem")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -7,7 +7,7 @@ import java.lang.annotation.*; ...@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/** /**
* @author jishenghua qq752718920 2018-10-7 15:26:27 * @author jishenghua qq752718920 2018-10-7 15:26:27
*/ */
@ResourceInfo(value = "depot", type = 1574002302) @ResourceInfo(value = "depot")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -7,7 +7,7 @@ import java.lang.annotation.*; ...@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/** /**
* @author jishenghua qq752718920 2018-10-7 15:26:27 * @author jishenghua qq752718920 2018-10-7 15:26:27
*/ */
@ResourceInfo(value = "depotHead", type = 1574002310) @ResourceInfo(value = "depotHead")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -7,7 +7,7 @@ import java.lang.annotation.*; ...@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/** /**
* @author jishenghua qq752718920 2018-10-7 15:26:27 * @author jishenghua qq752718920 2018-10-7 15:26:27
*/ */
@ResourceInfo(value = "depotItem", type = 1574002318) @ResourceInfo(value = "depotItem")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -7,7 +7,7 @@ import java.lang.annotation.*; ...@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/** /**
* @author jishenghua qq752718920 2018-10-7 15:26:27 * @author jishenghua qq752718920 2018-10-7 15:26:27
*/ */
@ResourceInfo(value = "functions", type = 1574002329) @ResourceInfo(value = "functions")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -7,7 +7,7 @@ import java.lang.annotation.*; ...@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/** /**
* @author jishenghua qq752718920 2018-10-7 15:26:27 * @author jishenghua qq752718920 2018-10-7 15:26:27
*/ */
@ResourceInfo(value = "inOutItem", type = 1574002340) @ResourceInfo(value = "inOutItem")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -7,7 +7,7 @@ import java.lang.annotation.*; ...@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/** /**
* @author jishenghua qq752718920 2018-10-7 15:26:27 * @author jishenghua qq752718920 2018-10-7 15:26:27
*/ */
@ResourceInfo(value = "log", type = 1574002346) @ResourceInfo(value = "log")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -7,7 +7,7 @@ import java.lang.annotation.*; ...@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/** /**
* @author jishenghua qq752718920 2018-10-7 15:26:27 * @author jishenghua qq752718920 2018-10-7 15:26:27
*/ */
@ResourceInfo(value = "material", type = 1574002355) @ResourceInfo(value = "material")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -7,7 +7,7 @@ import java.lang.annotation.*; ...@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/** /**
* @author jishenghua qq752718920 2018-10-7 15:26:27 * @author jishenghua qq752718920 2018-10-7 15:26:27
*/ */
@ResourceInfo(value = "materialCategory", type = 1574002365) @ResourceInfo(value = "materialCategory")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -7,7 +7,7 @@ import java.lang.annotation.*; ...@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/** /**
* @author jishenghua qq752718920 2018-10-7 15:26:27 * @author jishenghua qq752718920 2018-10-7 15:26:27
*/ */
@ResourceInfo(value = "materialProperty", type = 1574002372) @ResourceInfo(value = "materialProperty")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -7,7 +7,7 @@ import java.lang.annotation.*; ...@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/** /**
* @author jishenghua qq752718920 2019-9-7 22:52:35 * @author jishenghua qq752718920 2019-9-7 22:52:35
*/ */
@ResourceInfo(value = "msg", type = 1574002380) @ResourceInfo(value = "msg")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -10,7 +10,7 @@ import java.lang.annotation.*; ...@@ -10,7 +10,7 @@ import java.lang.annotation.*;
* @Author: cjl * @Author: cjl
* @Date: 2019/3/11 18:11 * @Date: 2019/3/11 18:11
*/ */
@ResourceInfo(value = "orgaUserRel", type = 1574002394) @ResourceInfo(value = "orgaUserRel")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -10,7 +10,7 @@ import java.lang.annotation.*; ...@@ -10,7 +10,7 @@ import java.lang.annotation.*;
* @Author: cjl * @Author: cjl
* @Date: 2019/3/6 15:10 * @Date: 2019/3/6 15:10
*/ */
@ResourceInfo(value = "organization", type = 1574002387) @ResourceInfo(value = "organization")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -7,7 +7,7 @@ import java.lang.annotation.*; ...@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/** /**
* @author jishenghua qq752718920 2018-10-7 15:26:27 * @author jishenghua qq752718920 2018-10-7 15:26:27
*/ */
@ResourceInfo(value = "person", type = 1574002402) @ResourceInfo(value = "person")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -7,7 +7,7 @@ import java.lang.annotation.*; ...@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/** /**
* @author jishenghua qq752718920 2018-10-7 15:26:27 * @author jishenghua qq752718920 2018-10-7 15:26:27
*/ */
@ResourceInfo(value = "role", type = 1574002414) @ResourceInfo(value = "role")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -10,7 +10,7 @@ import java.lang.annotation.*; ...@@ -10,7 +10,7 @@ import java.lang.annotation.*;
* @Author: cjl * @Author: cjl
* @Date: 2019/1/21 16:33 * @Date: 2019/1/21 16:33
*/ */
@ResourceInfo(value = "serialNumber", type = 1574002422) @ResourceInfo(value = "serialNumber")
@Inherited @Inherited
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment