mirror of
https://git.hmsn.ink/kospo/svcm/api.git
synced 2026-03-20 01:22:31 +09:00
계약관리 로직 수정
This commit is contained in:
@@ -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 = "논리파일명")
|
||||
|
||||
Reference in New Issue
Block a user