bug秒杀拼团修改报错

This commit is contained in:
xuwenbo
2020-09-08 10:21:49 +08:00
parent dd0447bbb2
commit ff3834d97e
4 changed files with 2 additions and 6 deletions

View File

@ -176,9 +176,6 @@ public class YxStoreCombination extends BaseDomain {
@ApiModelProperty(value = "运费模板ID")
private Long tempId;
/** 是否单独分佣 */
@JsonProperty("is_sub")
private Integer isSub;
/** 属性项目 */
@TableField(exist = false)

View File

@ -176,9 +176,6 @@ public class YxStoreSeckill extends BaseDomain {
@ApiModelProperty(value = "运费模板ID")
private Long tempId;
/** 是否单独分佣 */
@JsonProperty("is_sub")
private Integer isSub;
/** 属性项目 */
@TableField(exist = false)