예상완료일 추가
This commit is contained in:
@@ -75,4 +75,7 @@ public class Approval implements Serializable, com.eactive.eai.data.Data {
|
|||||||
@Column(length = 17, name = "end_date")
|
@Column(length = 17, name = "end_date")
|
||||||
@Convert(converter = LocalDateTimeToStringConverter17.class)
|
@Convert(converter = LocalDateTimeToStringConverter17.class)
|
||||||
private LocalDateTime approvalDate;
|
private LocalDateTime approvalDate;
|
||||||
|
|
||||||
|
@Column(name = "expect_end_date")
|
||||||
|
private String expectEndDate; //예상완료일
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,4 +28,8 @@ public interface ApprovalState extends Serializable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String getDescription();
|
String getDescription();
|
||||||
|
|
||||||
|
default String getCode() {
|
||||||
|
return toString();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user