|
@@ -19,7 +19,7 @@ public class TeacherMusicSheetVo {
|
|
private Long authMusicSheetId;
|
|
private Long authMusicSheetId;
|
|
|
|
|
|
@ApiModelProperty("0:新增,1:修改")
|
|
@ApiModelProperty("0:新增,1:修改")
|
|
- private Integer authType;
|
|
|
|
|
|
+ private Integer firstAuth;
|
|
|
|
|
|
@ApiModelProperty("老师编号ID")
|
|
@ApiModelProperty("老师编号ID")
|
|
private Long teacherId;
|
|
private Long teacherId;
|
|
@@ -69,12 +69,12 @@ public class TeacherMusicSheetVo {
|
|
@ApiModelProperty("审批人姓名")
|
|
@ApiModelProperty("审批人姓名")
|
|
private String auditName;
|
|
private String auditName;
|
|
|
|
|
|
- public Integer getAuthType() {
|
|
|
|
- return authType;
|
|
|
|
|
|
+ public Integer getFirstAuth() {
|
|
|
|
+ return firstAuth;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setAuthType(Integer authType) {
|
|
|
|
- this.authType = authType;
|
|
|
|
|
|
+ public void setFirstAuth(Integer firstAuth) {
|
|
|
|
+ this.firstAuth = firstAuth;
|
|
}
|
|
}
|
|
|
|
|
|
public Long getAuthMusicSheetId() {
|
|
public Long getAuthMusicSheetId() {
|