change %!s(int64=3) %!d(string=hai) anos
pai
achega
586cb5558a

+ 5 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/grade/vo/UserPeriodStatusVo.java

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