@@ -36,4 +36,8 @@ public class UserStudyRecordPhotoVo {
@Excel(name = "绑定学时")
@ApiModelProperty("绑定学时")
private Long periodId;
+
+ /** 绑定学时 */
+ @ApiModelProperty("创建时间")
+ private Long createTime;
}