|
|
|
@ -22,40 +22,47 @@ public class MinSimsaTargetDto {
|
|
|
|
|
@Schema(title = "접수번호", example = " ", description = "Input Description...")
|
|
|
|
|
private String rcSeq;
|
|
|
|
|
|
|
|
|
|
@Schema(required = true, title = "차량번호", example = " ", description = "Input Description...")
|
|
|
|
|
private String msCarnum;
|
|
|
|
|
@Schema(title = "차량번호", example = " ", description = "Input Description...")
|
|
|
|
|
private String mmQcarno;
|
|
|
|
|
|
|
|
|
|
@Schema(required = true, title = "년도", example = " ", description = "Input Description...")
|
|
|
|
|
private String msYear;
|
|
|
|
|
@Schema(title = "차량번호", example = " ", description = "Input Description...")
|
|
|
|
|
private String mmNcarno;
|
|
|
|
|
|
|
|
|
|
@Schema(required = true, title = "차수", example = " ", description = "Input Description...")
|
|
|
|
|
private Long msChasu;
|
|
|
|
|
@Schema(title = "", example = " ", description = "Input Description...")
|
|
|
|
|
private String rcName;
|
|
|
|
|
|
|
|
|
|
@Schema(required = true, title = "심사시작일시", example = " ", description = "Input Description...")
|
|
|
|
|
@Schema(title = "진술유형토드", example = " ", description = "Input Description...")
|
|
|
|
|
private String rcContDoc;
|
|
|
|
|
|
|
|
|
|
@Schema(title = "진술유형코드명", example = " ", description = "Input Description...")
|
|
|
|
|
private String rcContDocStr;
|
|
|
|
|
|
|
|
|
|
@Schema(title = "접수방법코드", example = " ", description = "Input Description...")
|
|
|
|
|
private String rcIngb;
|
|
|
|
|
|
|
|
|
|
@Schema(title = "접수방법코드명", example = " ", description = "Input Description...")
|
|
|
|
|
private String rcIngbStr;
|
|
|
|
|
|
|
|
|
|
@Schema(title = "접수일자", example = " ", description = "Input Description...")
|
|
|
|
|
private java.sql.Date rcDate;
|
|
|
|
|
|
|
|
|
|
@Schema(title = "심사시작일", example = " ", description = "Input Description...")
|
|
|
|
|
private java.sql.Date msSdate;
|
|
|
|
|
|
|
|
|
|
@Schema(required = true, title = "심사시작시간", example = " ", description = "Input Description...")
|
|
|
|
|
@Schema(title = "심사시작시간", example = " ", description = "Input Description...")
|
|
|
|
|
private String msStartsi;
|
|
|
|
|
|
|
|
|
|
@Schema(required = true, title = "심사종료일시", example = " ", description = "Input Description...")
|
|
|
|
|
@Schema(title = "심사종료일", example = " ", description = "Input Description...")
|
|
|
|
|
private java.sql.Date msEdate;
|
|
|
|
|
|
|
|
|
|
@Schema(required = true, title = "심사마감일시", example = " ", description = "Input Description...")
|
|
|
|
|
@Schema(title = "심사마감일", example = " ", description = "Input Description...")
|
|
|
|
|
private java.sql.Date msCdate;
|
|
|
|
|
|
|
|
|
|
@Schema(required = true, title = "심사마감시간", example = " ", description = "Input Description...")
|
|
|
|
|
private String msClosesi;
|
|
|
|
|
|
|
|
|
|
@Schema(required = false, title = "단속일자", example = " ", description = "Input Description...")
|
|
|
|
|
private java.sql.Date msWdate;
|
|
|
|
|
|
|
|
|
|
@Schema(required = false, title = "단속장소", example = " ", description = "Input Description...")
|
|
|
|
|
private String msPos;
|
|
|
|
|
@Schema(title = "접수번호", example = " ", description = "Input Description...")
|
|
|
|
|
private String rcSeq1;
|
|
|
|
|
|
|
|
|
|
@Schema(required = false, title = "결과코드", example = " ", description = "Input Description...")
|
|
|
|
|
private String msResult;
|
|
|
|
|
@Schema(title = "접수번호", example = " ", description = "Input Description...")
|
|
|
|
|
private String rcSeq2;
|
|
|
|
|
|
|
|
|
|
@Schema(required = false, title = "단속시간", example = " ", description = "Input Description...")
|
|
|
|
|
private String msJbtime;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|