|
|
@@ -26,13 +26,21 @@ public class UserMouldVideo extends TenantEntity { |
|
|
|
protected Long id; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="查询-起始时间",name="startDate") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="查询-创建起始时间",name="startDate") |
|
|
|
private Date startDate; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="查询-结束时间",name="endDate") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="查询-创建结束时间",name="endDate") |
|
|
|
private Date endDate; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="查询-生成视频起始时间",name="videoStartDate") |
|
|
|
private Date videoStartDate; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="查询-生成视频结束时间",name="videoEndDate") |
|
|
|
private Date videoEndDate; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="用户Id",name="userId") |
|
|
|
private Long userId; |
|
|
|
|
|
|
|