Commit 51564740 by jianan

前端对接问题修复35

parent 6fbf4835
package com.yd.csf.service.dto;
import lombok.Data;
@Data
public class PolicyProductInfo {
/**
* 产品启动业务ID
*/
private String productLaunchBizId;
/**
* 产品名称
*/
private String productName;
/**
* 产品标题
*/
private String title;
/**
* 产品简称
*/
private String shortTitle;
/**
* 产品状态
*/
private String status;
/**
* 保险公司
*/
private String insuranceCompany;
/**
* 保险公司业务ID
*/
private String insuranceCompanyBizId;
/**
* 对账公司
*/
private String reconciliationCompany;
/**
* 对账公司业务ID
*/
private String reconciliationCompanyBizId;
/**
* 产品计划类型
*/
private String productPlanType;
/**
* 是否吸烟区分
*/
private String isSmokingDistinguish;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment