|
@@ -31,7 +31,6 @@ public class KuaishouStrategy {
|
|
|
* id
|
|
|
*/
|
|
|
@TableId(type = IdType.AUTO)
|
|
|
- @ApiModelProperty(value = "id")
|
|
|
private Long id;
|
|
|
private String createBy;
|
|
|
private String creativeTag;
|
|
@@ -242,4 +241,6 @@ public class KuaishouStrategy {
|
|
|
*/
|
|
|
@ApiModelProperty(value = "updateTime")
|
|
|
private Date updateTime;
|
|
|
+
|
|
|
+ private Integer timerTaskStatus;
|
|
|
}
|