|
|
@@ -20,6 +20,9 @@ import javax.validation.constraints.NotNull;
|
|
|
@SearchBean(tables = "ticket_advertise_config tc left join goods_don g on g.id = tc.goods_id"
|
|
|
, where = "tc.deleted is true")
|
|
|
public class TicketAdvertiseConfig extends BaseEntity {
|
|
|
+ @DbField("tc.id")
|
|
|
+ private Long id;
|
|
|
+
|
|
|
@NotEmpty(message = "标题不为空")
|
|
|
@DbField("tc.title")
|
|
|
private String title;
|