Java提供学能强基字段
<p>{
private static final long serialVersionUID = 1L;</p>
<p>/*<em> 套餐ID </em>/
private Long packageId;</p>
<p>/*<em> 套餐名字 </em>/
@Excel(name = "套餐名字")
private String packageName;</p>
<p>/*<em> 套餐简介 </em>/
@Excel(name = "套餐简介")
private String packageIntroduction;</p>
<p>/*<em> 引导语 </em>/
@Excel(name = "引导语")
private String packageSteer;</p>
<p>/*<em> 套餐详情 </em>/
@Excel(name = "套餐详情")
private String content;</p>
<p>/*<em> 套餐标签 </em>/
@Excel(name = "套餐标签")
private String packageTag;</p>
<p>/*<em> 自选版最多 </em>/
@Excel(name = "自选版最多")
private Long numMax;</p>
<p>/*<em> 时长默认0秒 </em>/
@Excel(name = "时长默认0秒")
private Long timeLength;</p>
<p>/*<em> 自选版最少 </em>/
@Excel(name = "自选版最少")
private Long numMin;</p>
<p>/*<em> 自选版支付方式 1固定金额 2按照量表自动增加 </em>/
@Excel(name = "自选版支付方式 1固定金额 2按照量表自动增加")
private Long payType;</p>
<p>/*<em> 套餐类型(引流标准全部) </em>/
@Excel(name = "套餐类型", readConverterExp = "引=流标准全部")
private Long ptypeId;</p>
<p>/*<em> 是否初中 默认0 1 初中 </em>/
@Excel(name = "是否初中 默认0 1 初中")
private Long schoolJunior;</p>
<p>/*<em> 是否高中 默认0 1 高中 </em>/
@Excel(name = "是否高中 默认0 1 高中")
private Long schollHigh;</p>
<p>/*<em> 轮播图 </em>/
@Excel(name = "轮播图")
private String pics;</p>
<p>/*<em> 套餐图片地址 </em>/
@Excel(name = "套餐图片地址")
private String pic;</p>
<p>/*<em> 背景图 </em>/
@Excel(name = "背景图")
private String bgPic;</p>
<p>/*<em> 价格 </em>/
@Excel(name = "价格")
private BigDecimal price;</p>
<p>/*<em> 原价 </em>/
@Excel(name = "原价")
private BigDecimal priceOriginal;</p>
<p>/*<em> 水评测价格 </em>/
@Excel(name = "水评测价格")
private BigDecimal spcPrice;</p>
<p>/*<em> 可以做几次默认3 </em>/
@Excel(name = "可以做几次默认3")
private Long num;</p>
<p>/*<em> 卖出去个数 </em>/
@Excel(name = "卖出去个数")
private Long buyNum;</p>
<p>/*<em> 是否能分配0不能 1可以 </em>/
@Excel(name = "是否能分配0不能 1可以")
private String areConfig;</p>
<p>/*<em> 排序越大越靠前 </em>/
@Excel(name = "排序越大越靠前")
private Long sort;</p>
<p>/*<em> 是否热门 0不热门 1 热门 默认0 </em>/
@Excel(name = "是否热门 0不热门 1 热门 默认0")
private Long isHot;</p>
<p>/*<em> 是否推荐 0不推荐 1推荐 默认0 </em>/
@Excel(name = "是否推荐 0不推荐 1推荐 默认0")
private Long isRecommend;</p>
<p>/*<em> 生成报告的名字 </em>/
@Excel(name = "生成报告的名字")
private String reportName;</p>
<p>/*<em> 生成报告的封面图 </em>/
@Excel(name = "生成报告的封面图")
private String reportPic;</p>
<p>/*<em> 高中报告模板 </em>/
@Excel(name = "高中报告模板")
private Long reportId;</p>
<p>/*<em> 高中报告模板老师 </em>/
@Excel(name = "高中报告模板老师")
private Long report1Id;</p>
<p>/*<em> 初中报告模板 </em>/
@Excel(name = "初中报告模板")
private Long report2Id;</p>
<p>/*<em> 初中报告模板老师 </em>/
@Excel(name = "初中报告模板老师")
private Long report3Id;</p>
<p>/*<em> 关联高中量表 </em>/
@Excel(name = "关联高中量表")
private String gaugeIds;</p>
<p>/*<em> 关联初中量表 </em>/
@Excel(name = "关联初中量表")
private String gaugeIds1;</p>
<p>/*<em> 关联商品 </em>/
@Excel(name = "关联商品")
private String packageIds;</p>
<p>/*<em> 状态(0正常 1停用) </em>/
@Excel(name = "状态", readConverterExp = "0=正常,1=停用")
private String status;
}</p>