|
@@ -67,9 +67,4 @@ public class NoticeManagementContent extends TenantEntity {
|
|
|
@ApiModelProperty(value = "发送人类型(商户,平台,商家)")
|
|
@ApiModelProperty(value = "发送人类型(商户,平台,商家)")
|
|
|
private SenderType senderType;
|
|
private SenderType senderType;
|
|
|
|
|
|
|
|
- @TableField(typeHandler = JacksonTypeHandler.class)
|
|
|
|
|
- @ApiModelProperty(value = "指定接收人类型:平台(商户,商家,C端用户)、商场(商家,会员)、商家(会员)")
|
|
|
|
|
- private ReceiverType[] receiverTypes;
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|