MngDto 추가
This commit is contained in:
@@ -55,6 +55,31 @@ public class MapSheetMngDto {
|
||||
private DataState dataState;
|
||||
}
|
||||
|
||||
|
||||
@Schema(name = "MngDto", description = "영상관리 검색 리턴")
|
||||
@Getter
|
||||
@Setter
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public static class MngDto{
|
||||
private int rowNum;
|
||||
/*
|
||||
private int mngYyyy;
|
||||
private MngState mngState;
|
||||
private SyncState syncState;
|
||||
private String mngStateDttm;
|
||||
private String syncStateDttm;
|
||||
private Integer sheetCnt;
|
||||
private Integer exceptCnt;
|
||||
private String mngPath;
|
||||
private String createdDttm;
|
||||
private Long createdUid;
|
||||
private String updatedDttm;
|
||||
private Long updatedUid;
|
||||
|
||||
*/
|
||||
}
|
||||
|
||||
@Getter
|
||||
@AllArgsConstructor
|
||||
public enum MngState implements EnumType {
|
||||
|
||||
Reference in New Issue
Block a user