|
@@ -44,4 +44,9 @@ public class UserPeriodStatusVo {
|
|
|
@Excel(name = "当前节状态 1 当前状态 0过往状态")
|
|
|
@ApiModelProperty("当前节状态 1 当前状态 0过往状态")
|
|
|
private Integer periodStatus;
|
|
|
+
|
|
|
+ /** 审核时间 */
|
|
|
+ @Excel(name = "审核时间")
|
|
|
+ @ApiModelProperty("审核时间")
|
|
|
+ private Integer createTime;
|
|
|
}
|