@@ -219,4 +219,6 @@ public class GoodsAddBo {
private String questionRelIds;
@ApiModelProperty("视频标签:1保利威 2腾讯")
private Integer viewSign;
+ @ApiModelProperty("寄件标签:1是 0否")
+ private Integer mailSign;
}
@@ -253,4 +253,6 @@ public class GoodsEditBo {
@@ -186,5 +186,6 @@ private static final long serialVersionUID=1L;
/** 视频标签:1保利威 2腾讯 */
/** 寄件标签:1是 0否 */
+ @TableField(updateStrategy=FieldStrategy.IGNORED)
private Integer mailSign;
@@ -404,4 +404,6 @@ public class GoodsVo {
@@ -106,6 +106,7 @@
<result property="externalLink" column="external_link"/>
<result property="externalLinkStatus" column="external_link_status"/>
<result property="sevenYear" column="seven_year"/>
+ <result property="mailSign" column="mail_sign"/>
<result property="supplyName" column="supply_name"/>
<result property="educationName" column="education_name"/>