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
"jetbrains:/idea/checkout/git" did not exist on "b5b096cae18d0b0c2b699efa87ff506678e64518"
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/supplier/SupplierResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"supplier"
,
type
=
1574002430
)
@ResourceInfo
(
value
=
"supplier"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/systemConfig/SystemConfigResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"systemConfig"
,
type
=
1574002437
)
@ResourceInfo
(
value
=
"systemConfig"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/tenant/TenantResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2019-6-27 22:56:56
*/
@ResourceInfo
(
value
=
"tenant"
,
type
=
1574002444
)
@ResourceInfo
(
value
=
"tenant"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/unit/UnitResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"unit"
,
type
=
1574002451
)
@ResourceInfo
(
value
=
"unit"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/user/UserResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"user"
,
type
=
1574002461
)
@ResourceInfo
(
value
=
"user"
)
@Inherited
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/userBusiness/UserBusinessResource.java
View file @
2879aa1d
...
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
* @author jishenghua qq752718920 2018-10-7 15:26:27
*/
@ResourceInfo
(
value
=
"userBusiness"
,
type
=
1574002475
)
@ResourceInfo
(
value
=
"userBusiness"
)
@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