|
@@ -21,7 +21,8 @@ import javax.validation.constraints.NotNull;
|
|
|
, where = "tc.deleted is true")
|
|
, where = "tc.deleted is true")
|
|
|
public class TicketAdvertiseConfig extends BaseEntity {
|
|
public class TicketAdvertiseConfig extends BaseEntity {
|
|
|
@DbField("tc.id")
|
|
@DbField("tc.id")
|
|
|
- private Long id;
|
|
|
|
|
|
|
+ @TableField(exist = false)
|
|
|
|
|
+ private Long configId;
|
|
|
|
|
|
|
|
@NotEmpty(message = "标题不为空")
|
|
@NotEmpty(message = "标题不为空")
|
|
|
@DbField("tc.title")
|
|
@DbField("tc.title")
|