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
df482e74
Commit
df482e74
authored
Nov 28, 2025
by
刘林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):设计年限添加字段
parent
1d20be79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
JgOverDesignServiceLifeDto.java
...os/boot/module/jg/api/dto/JgOverDesignServiceLifeDto.java
+6
-0
JgOverDesignServiceLife.java
...os/boot/module/jg/api/entity/JgOverDesignServiceLife.java
+13
-0
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/dto/JgOverDesignServiceLifeDto.java
View file @
df482e74
...
...
@@ -112,4 +112,10 @@ public class JgOverDesignServiceLifeDto extends BaseDto {
private
String
unitCode
;
private
String
currentUserId
;
@ApiModelProperty
(
value
=
"首次使用截止日期"
)
private
String
firstUseDeadline
;
@ApiModelProperty
(
value
=
"延长使用截止日期"
)
private
String
extendUseDeadline
;
}
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/entity/JgOverDesignServiceLife.java
View file @
df482e74
...
...
@@ -177,4 +177,17 @@ public class JgOverDesignServiceLife extends BaseEntity {
@TableField
(
exist
=
false
)
private
String
equCategory
;
/**
* 首次使用截止日期
*/
@TableField
(
"first_use_deadline"
)
private
String
firstUseDeadline
;
/**
* 延长使用截止日期
*/
@TableField
(
"extend_use_deadline"
)
private
String
extendUseDeadline
;
}
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