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
4272417f
Commit
4272417f
authored
Jan 29, 2026
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
f442c78b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
yd-csf-feign/src/main/java/com/yd/csf/feign/dto/appointment/ApiProductPlanMainInfoDto.java
+15
-0
yd-csf-service/src/main/java/com/yd/csf/service/model/ProductPlan.java
+18
-0
No files found.
yd-csf-feign/src/main/java/com/yd/csf/feign/dto/appointment/ApiProductPlanMainInfoDto.java
View file @
4272417f
...
@@ -28,6 +28,16 @@ public class ApiProductPlanMainInfoDto {
...
@@ -28,6 +28,16 @@ public class ApiProductPlanMainInfoDto {
private
String
companyName
;
private
String
companyName
;
/**
/**
* 出单经纪公司(对账公司)ID
*/
private
String
reconciliationCompanyId
;
/**
* 出单经纪公司(对账公司)名称
*/
private
String
reconciliationCompanyName
;
/**
* 保险险种ID(产品上架信息绑定的保险险种参数)
* 保险险种ID(产品上架信息绑定的保险险种参数)
*/
*/
private
String
insuranceTypeId
;
private
String
insuranceTypeId
;
...
@@ -100,6 +110,11 @@ public class ApiProductPlanMainInfoDto {
...
@@ -100,6 +110,11 @@ public class ApiProductPlanMainInfoDto {
private
Integer
isPrepay
;
private
Integer
isPrepay
;
/**
/**
* 预缴年期
*/
private
Integer
prepaymentPeriod
;
/**
* 是否追溯: 0-否, 1-是(字典)
* 是否追溯: 0-否, 1-是(字典)
*/
*/
private
Integer
isTraceable
;
private
Integer
isTraceable
;
...
...
yd-csf-service/src/main/java/com/yd/csf/service/model/ProductPlan.java
View file @
4272417f
...
@@ -57,6 +57,18 @@ public class ProductPlan implements Serializable {
...
@@ -57,6 +57,18 @@ public class ProductPlan implements Serializable {
private
String
companyName
;
private
String
companyName
;
/**
/**
* 出单经纪公司(对账公司)ID
*/
@TableField
(
"reconciliation_company_id"
)
private
String
reconciliationCompanyId
;
/**
* 出单经纪公司(对账公司)名称
*/
@TableField
(
"reconciliation_company_name"
)
private
String
reconciliationCompanyName
;
/**
* 保险险种ID(产品上架信息绑定的保险险种参数)
* 保险险种ID(产品上架信息绑定的保险险种参数)
*/
*/
@TableField
(
"insurance_type_id"
)
@TableField
(
"insurance_type_id"
)
...
@@ -141,6 +153,12 @@ public class ProductPlan implements Serializable {
...
@@ -141,6 +153,12 @@ public class ProductPlan implements Serializable {
private
Integer
isPrepay
;
private
Integer
isPrepay
;
/**
/**
* 预缴年期
*/
@TableField
(
"prepayment_period"
)
private
Integer
prepaymentPeriod
;
/**
* 是否追溯: 0-否, 1-是(字典)
* 是否追溯: 0-否, 1-是(字典)
*/
*/
@TableField
(
"is_traceable"
)
@TableField
(
"is_traceable"
)
...
...
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