exam-system/src/main/java/com/gkhy/exam/noncoalmine/model/addForm/ViolationRegistrationAddForm.java
@@ -33,7 +33,7 @@ //作业时间 @ApiModelProperty(value = "作业时间",required = true) @NotNull(message = "请填写做业时间") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(pattern = "yyyy-MM-dd") private Date violationTime; //违章附件 @ApiModelProperty(value = "违章附件") @@ -47,7 +47,7 @@ @NotNull(message = "请选择操作类型") private Long operateTypeId; //是否为煤矿:0为非,1是 @ApiModelProperty(value = "是否为煤矿",required = true) @ApiModelProperty(value = "是否为煤矿:0为非,1是",required = true) @NotNull(message = "是否为煤矿不可为空") private Integer isCm; //描述