Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
2879aa1d
Commit
2879aa1d
authored
Apr 01, 2020
by
季圣华
Browse files
优化架构
parent
1aa5d1eb
Changes
26
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/jsh/erp/service/MaterialExtend/MaterialExtendResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"materialExtend"
,
type
=
1574012422
)
@ResourceInfo
(
value
=
"materialExtend"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/ResourceInfo.java
View file @
2879aa1d
...
...
@@ -11,5 +11,4 @@ import java.lang.annotation.*;
@Documented
public
@interface
ResourceInfo
{
String
value
();
int
type
();
}
\ No newline at end of file
src/main/java/com/jsh/erp/service/account/AccountResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"account"
,
type
=
1574002270
)
@ResourceInfo
(
value
=
"account"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/accountHead/AccountHeadResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"accountHead"
,
type
=
1574002281
)
@ResourceInfo
(
value
=
"accountHead"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/accountItem/AccountItemResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"accountItem"
,
type
=
1574002293
)
@ResourceInfo
(
value
=
"accountItem"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/depot/DepotResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"depot"
,
type
=
1574002302
)
@ResourceInfo
(
value
=
"depot"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/depotHead/DepotHeadResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"depotHead"
,
type
=
1574002310
)
@ResourceInfo
(
value
=
"depotHead"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/depotItem/DepotItemResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"depotItem"
,
type
=
1574002318
)
@ResourceInfo
(
value
=
"depotItem"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/functions/FunctionsResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"functions"
,
type
=
1574002329
)
@ResourceInfo
(
value
=
"functions"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/inOutItem/InOutItemResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"inOutItem"
,
type
=
1574002340
)
@ResourceInfo
(
value
=
"inOutItem"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/log/LogResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"log"
,
type
=
1574002346
)
@ResourceInfo
(
value
=
"log"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/material/MaterialResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"material"
,
type
=
1574002355
)
@ResourceInfo
(
value
=
"material"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/materialCategory/MaterialCategoryResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"materialCategory"
,
type
=
1574002365
)
@ResourceInfo
(
value
=
"materialCategory"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/materialProperty/MaterialPropertyResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"materialProperty"
,
type
=
1574002372
)
@ResourceInfo
(
value
=
"materialProperty"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/msg/MsgResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2019-9-7 22:52:35
*/
@ResourceInfo
(
value
=
"msg"
,
type
=
1574002380
)
@ResourceInfo
(
value
=
"msg"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/orgaUserRel/OrgaUserRelResource.java
View file @
2879aa1d
...
...
@@ -10,7 +10,7 @@ import java.lang.annotation.*;
* @Author: cjl
* @Date: 2019/3/11 18:11
*/
@ResourceInfo
(
value
=
"orgaUserRel"
,
type
=
1574002394
)
@ResourceInfo
(
value
=
"orgaUserRel"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/organization/OrganizationResource.java
View file @
2879aa1d
...
...
@@ -10,7 +10,7 @@ import java.lang.annotation.*;
* @Author: cjl
* @Date: 2019/3/6 15:10
*/
@ResourceInfo
(
value
=
"organization"
,
type
=
1574002387
)
@ResourceInfo
(
value
=
"organization"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/person/PersonResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"person"
,
type
=
1574002402
)
@ResourceInfo
(
value
=
"person"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/role/RoleResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"role"
,
type
=
1574002414
)
@ResourceInfo
(
value
=
"role"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/serialNumber/SerialNumberResource.java
View file @
2879aa1d
...
...
@@ -10,7 +10,7 @@ import java.lang.annotation.*;
* @Author: cjl
* @Date: 2019/1/21 16:33
*/
@ResourceInfo
(
value
=
"serialNumber"
,
type
=
1574002422
)
@ResourceInfo
(
value
=
"serialNumber"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment