Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-csf
Commits
45bcdfef
Commit
45bcdfef
authored
Jan 15, 2026
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
c40cecd6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
yd-csf-feign/src/main/java/com/yd/csf/feign/dto/appointment/ApiProductPlanMainInfoDto.java
+5
-2
yd-csf-service/src/main/java/com/yd/csf/service/model/ProductPlan.java
+3
-3
No files found.
yd-csf-feign/src/main/java/com/yd/csf/feign/dto/appointment/ApiProductPlanMainInfoDto.java
View file @
45bcdfef
package
com
.
yd
.
csf
.
feign
.
dto
.
appointment
;
package
com
.
yd
.
csf
.
feign
.
dto
.
appointment
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
lombok.Data
;
import
lombok.Data
;
import
javax.validation.constraints.NotBlank
;
import
javax.validation.constraints.NotBlank
;
import
java.math.BigDecimal
;
import
java.math.BigDecimal
;
import
java.time.LocalDateTime
;
/**
/**
* 产品计划主信息
* 产品计划主信息
...
@@ -98,9 +100,10 @@ public class ApiProductPlanMainInfoDto {
...
@@ -98,9 +100,10 @@ public class ApiProductPlanMainInfoDto {
private
Integer
isTraceable
;
private
Integer
isTraceable
;
/**
/**
*
保单日期回溯: 0-否, 1-是(字典)
*
回溯日期
*/
*/
private
Integer
isBacktrack
;
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
private
LocalDateTime
backtrackDate
;
/**
/**
* 是否参加递增保障权益: 0-否, 1-是(字典)
* 是否参加递增保障权益: 0-否, 1-是(字典)
...
...
yd-csf-service/src/main/java/com/yd/csf/service/model/ProductPlan.java
View file @
45bcdfef
...
@@ -141,10 +141,10 @@ public class ProductPlan implements Serializable {
...
@@ -141,10 +141,10 @@ public class ProductPlan implements Serializable {
private
Integer
isTraceable
;
private
Integer
isTraceable
;
/**
/**
*
保单日期回溯: 0-否, 1-是(字典)
*
回溯日期
*/
*/
@TableField
(
"
is_backtrack
"
)
@TableField
(
"
backtrack_date
"
)
private
Integer
isBacktrack
;
private
LocalDateTime
backtrackDate
;
/**
/**
* 是否参加递增保障权益: 0-否, 1-是(字典)
* 是否参加递增保障权益: 0-否, 1-是(字典)
...
...
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