머지한 파일 추가
This commit is contained in:
@@ -84,6 +84,16 @@ public class MapSheetMngDto {
|
||||
|
||||
}
|
||||
|
||||
@Schema(name = "DmlReturn", description = "영상관리 DML 수행 후 리턴")
|
||||
@Getter
|
||||
@Setter
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public static class DmlReturn{
|
||||
private String flag;
|
||||
private String message;
|
||||
}
|
||||
|
||||
@Getter
|
||||
@AllArgsConstructor
|
||||
public enum MngState implements EnumType {
|
||||
|
||||
Reference in New Issue
Block a user