|
|
@ -159,6 +159,46 @@ P | 配作 , F | 返修 ,
|
|
|
|
@TableField("MODIFIED_DATE_TIME")
|
|
|
|
@TableField("MODIFIED_DATE_TIME")
|
|
|
|
private LocalDateTime modifiedDateTime;
|
|
|
|
private LocalDateTime modifiedDateTime;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 原因分类描述
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
|
|
|
|
private String dutyCauseTypeDescription;
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 责任分类描述
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
|
|
|
|
private String dutyTypeDescription;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 责任部门描述
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
|
|
|
|
private String dutyDepartDescription;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getDutyCauseTypeDescription() {
|
|
|
|
|
|
|
|
return dutyCauseTypeDescription;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setDutyCauseTypeDescription(String dutyCauseTypeDescription) {
|
|
|
|
|
|
|
|
this.dutyCauseTypeDescription = dutyCauseTypeDescription;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getDutyTypeDescription() {
|
|
|
|
|
|
|
|
return dutyTypeDescription;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setDutyTypeDescription(String dutyTypeDescription) {
|
|
|
|
|
|
|
|
this.dutyTypeDescription = dutyTypeDescription;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getDutyDepartDescription() {
|
|
|
|
|
|
|
|
return dutyDepartDescription;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setDutyDepartDescription(String dutyDepartDescription) {
|
|
|
|
|
|
|
|
this.dutyDepartDescription = dutyDepartDescription;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public String getHandle() {
|
|
|
|
public String getHandle() {
|
|
|
|
return handle;
|
|
|
|
return handle;
|
|
|
|