Merge branch 'uat_partyMemberEvent' into uat_code

This commit is contained in:
517612449@qq.com
2022-06-27 16:57:32 +08:00
2 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,7 @@
type="com.chinaunicom.mall.ebtp.extend.partyMemberEvent.entity.EventStyle"> type="com.chinaunicom.mall.ebtp.extend.partyMemberEvent.entity.EventStyle">
<result column="id" jdbcType="BIGINT" property="id"/> <result column="id" jdbcType="BIGINT" property="id"/>
<result column="title" jdbcType="VARCHAR" property="title"/> <result column="title" jdbcType="VARCHAR" property="title"/>
<result column="secord_title" jdbcType="VARCHAR" property="secordTitle"/>
<result column="image_word" jdbcType="VARCHAR" property="imageWord"/> <result column="image_word" jdbcType="VARCHAR" property="imageWord"/>
<result column="title_image" jdbcType="VARCHAR" property="titleImage"/> <result column="title_image" jdbcType="VARCHAR" property="titleImage"/>
<result column="category" jdbcType="VARCHAR" property="category"/> <result column="category" jdbcType="VARCHAR" property="category"/>

View File

@ -37,6 +37,12 @@ public class EventStyle implements Serializable {
@ApiModelProperty(value = "标题") @ApiModelProperty(value = "标题")
private String title; private String title;
/**
* 二级标题
*/
@ApiModelProperty(value = "二级标题")
private String secordTitle;
/** /**
* 图片文字 * 图片文字
*/ */