Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
f4aa5ed0
Commit
f4aa5ed0
authored
Aug 31, 2023
by
lisong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初始化实体
parent
79a9290b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
TzsBaseIndividualityDto.java
...amos/boot/module/tcm/api/dto/TzsBaseIndividualityDto.java
+3
-3
TzsBaseInstitutionDto.java
...n/amos/boot/module/tcm/api/dto/TzsBaseInstitutionDto.java
+1
-1
TzsBaseIndividuality.java
...amos/boot/module/tcm/api/entity/TzsBaseIndividuality.java
+3
-3
TzsBaseInstitution.java
...n/amos/boot/module/tcm/api/entity/TzsBaseInstitution.java
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-api/src/main/java/com/yeejoin/amos/boot/module/tcm/api/dto/TzsBaseIndividualityDto.java
View file @
f4aa5ed0
...
@@ -31,16 +31,16 @@ public class TzsBaseIndividualityDto extends BaseDto {
...
@@ -31,16 +31,16 @@ public class TzsBaseIndividualityDto extends BaseDto {
private
String
realName
;
private
String
realName
;
@ApiModelProperty
(
value
=
"有效期开始"
)
@ApiModelProperty
(
value
=
"有效期开始"
)
private
LocalDateTim
e
expirationDateStart
;
private
Dat
e
expirationDateStart
;
@ApiModelProperty
(
value
=
"有效期结束"
)
@ApiModelProperty
(
value
=
"有效期结束"
)
private
LocalDateTim
e
expirationDateEnd
;
private
Dat
e
expirationDateEnd
;
@ApiModelProperty
(
value
=
"有效期类型"
)
@ApiModelProperty
(
value
=
"有效期类型"
)
private
String
expirationDateType
;
private
String
expirationDateType
;
@ApiModelProperty
(
value
=
"创建时间"
)
@ApiModelProperty
(
value
=
"创建时间"
)
private
LocalDateTim
e
createDate
;
private
Dat
e
createDate
;
@ApiModelProperty
(
value
=
"tz_base_enterprise_info关联id"
)
@ApiModelProperty
(
value
=
"tz_base_enterprise_info关联id"
)
private
Long
enterpriseId
;
private
Long
enterpriseId
;
...
...
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-api/src/main/java/com/yeejoin/amos/boot/module/tcm/api/dto/TzsBaseInstitutionDto.java
View file @
f4aa5ed0
...
@@ -37,7 +37,7 @@ public class TzsBaseInstitutionDto extends BaseDto {
...
@@ -37,7 +37,7 @@ public class TzsBaseInstitutionDto extends BaseDto {
private
String
registrationAuthority
;
private
String
registrationAuthority
;
@ApiModelProperty
(
value
=
"创建时间"
)
@ApiModelProperty
(
value
=
"创建时间"
)
private
LocalDateTim
e
createDate
;
private
Dat
e
createDate
;
@ApiModelProperty
(
value
=
"tz_base_enterprise_info关联id"
)
@ApiModelProperty
(
value
=
"tz_base_enterprise_info关联id"
)
private
Long
enterpriseId
;
private
Long
enterpriseId
;
...
...
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-api/src/main/java/com/yeejoin/amos/boot/module/tcm/api/entity/TzsBaseIndividuality.java
View file @
f4aa5ed0
...
@@ -44,13 +44,13 @@ public class TzsBaseIndividuality extends BaseEntity {
...
@@ -44,13 +44,13 @@ public class TzsBaseIndividuality extends BaseEntity {
*
*
*/
*/
@TableField
(
"expiration_date_start"
)
@TableField
(
"expiration_date_start"
)
private
LocalDateTim
e
expirationDateStart
;
private
Dat
e
expirationDateStart
;
/**
/**
*
*
*/
*/
@TableField
(
"expiration_date_end"
)
@TableField
(
"expiration_date_end"
)
private
LocalDateTim
e
expirationDateEnd
;
private
Dat
e
expirationDateEnd
;
/**
/**
*
*
...
@@ -62,7 +62,7 @@ public class TzsBaseIndividuality extends BaseEntity {
...
@@ -62,7 +62,7 @@ public class TzsBaseIndividuality extends BaseEntity {
*
*
*/
*/
@TableField
(
"create_date"
)
@TableField
(
"create_date"
)
private
LocalDateTim
e
createDate
;
private
Dat
e
createDate
;
/**
/**
*
*
...
...
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-api/src/main/java/com/yeejoin/amos/boot/module/tcm/api/entity/TzsBaseInstitution.java
View file @
f4aa5ed0
...
@@ -56,7 +56,7 @@ public class TzsBaseInstitution extends BaseEntity {
...
@@ -56,7 +56,7 @@ public class TzsBaseInstitution extends BaseEntity {
*
*
*/
*/
@TableField
(
"create_date"
)
@TableField
(
"create_date"
)
private
LocalDateTim
e
createDate
;
private
Dat
e
createDate
;
/**
/**
*
*
...
...
Write
Preview
Markdown
is supported
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