계약관리 로직 수정

This commit is contained in:
2025-05-26 08:40:19 +00:00
parent eb523192a1
commit a9d978fa5e

View File

@@ -51,8 +51,6 @@ public class ContUpdateRequest implements Serializable {
@JsonIgnoreProperties(ignoreUnknown = true)
@Schema(name = "ContAttUpdateRequest", description = "계약 문서")
public static class ContAttUpdateRequest implements Serializable {
@Schema(name = "contNo", description = "계약번호")
String contNo;
@Schema(name = "fileOrd", description = "파일순서")
Integer fileOrd;
@Schema(name = "logiFnm", description = "논리파일명")