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
47c90a0e
"jshERP-boot/vscode:/vscode.git/clone" did not exist on "9dc9785111cc470f8ed128f964208d862b96bd6a"
Commit
47c90a0e
authored
Nov 17, 2019
by
季圣华
Browse files
将Resource资源的类型改为时间戳
parent
4ee0c987
Changes
26
Show whitespace changes
Inline
Side-by-side
src/main/java/com/jsh/erp/service/supplier/SupplierResource.java
View file @
47c90a0e
...
@@ -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
=
"supplier"
,
type
=
7
0
)
@ResourceInfo
(
value
=
"supplier"
,
type
=
157400243
0
)
@Inherited
@Inherited
@Target
(
ElementType
.
TYPE
)
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/systemConfig/SystemConfigResource.java
View file @
47c90a0e
...
@@ -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
=
"systemConfig"
,
type
=
55
)
@ResourceInfo
(
value
=
"systemConfig"
,
type
=
1574002437
)
@Inherited
@Inherited
@Target
(
ElementType
.
TYPE
)
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/tenant/TenantResource.java
View file @
47c90a0e
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
...
@@ -7,7 +7,7 @@ import java.lang.annotation.*;
/**
/**
* @author jishenghua qq752718920 2019-6-27 22:56:56
* @author jishenghua qq752718920 2019-6-27 22:56:56
*/
*/
@ResourceInfo
(
value
=
"tenant"
,
type
=
1
20
)
@ResourceInfo
(
value
=
"tenant"
,
type
=
1
574002444
)
@Inherited
@Inherited
@Target
(
ElementType
.
TYPE
)
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/unit/UnitResource.java
View file @
47c90a0e
...
@@ -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
=
"unit"
,
type
=
40
)
@ResourceInfo
(
value
=
"unit"
,
type
=
1574002451
)
@Inherited
@Inherited
@Target
(
ElementType
.
TYPE
)
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/user/UserResource.java
View file @
47c90a0e
...
@@ -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
=
"user"
,
type
=
5
)
@ResourceInfo
(
value
=
"user"
,
type
=
1574002461
)
@Inherited
@Inherited
@Target
(
ElementType
.
TYPE
)
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
...
...
src/main/java/com/jsh/erp/service/userBusiness/UserBusinessResource.java
View file @
47c90a0e
...
@@ -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
=
"userBusiness"
,
type
=
5
0
)
@ResourceInfo
(
value
=
"userBusiness"
,
type
=
157400247
5
)
@Inherited
@Inherited
@Target
(
ElementType
.
TYPE
)
@Target
(
ElementType
.
TYPE
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
@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