|
@@ -1,6 +1,5 @@
|
|
|
package com.yonge.cooleshow.biz.dal.vo;
|
|
|
|
|
|
-import com.yonge.cooleshow.biz.dal.valid.ListValue;
|
|
|
import com.yonge.cooleshow.common.entity.BaseEntity;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
@@ -20,6 +19,17 @@ public class VideoLessonExamineVo extends BaseEntity {
|
|
|
@ApiModelProperty(value = "审核状态 UNPAALY、未申请 DOING、审核中 PASS、通过 UNPASS、不通过")
|
|
|
private String auditStatus;
|
|
|
|
|
|
+ @ApiModelProperty(value = "备注")
|
|
|
+ private String remarks;
|
|
|
+
|
|
|
+ public String getRemarks() {
|
|
|
+ return remarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setRemarks(String remarks) {
|
|
|
+ this.remarks = remarks;
|
|
|
+ }
|
|
|
+
|
|
|
private Long auditId;
|
|
|
|
|
|
private String auditName;
|