“djh”
2024-12-27 3aae8ddd5b9624626921abdcc33122dccdcd5c61
exam-system/src/main/java/com/gkhy/exam/noncoalmine/model/addForm/ViolationRegistrationAddForm.java
@@ -31,9 +31,9 @@
   @ApiModelProperty(value = "IC卡编号")
   private String icNum;
   //作业时间
   @ApiModelProperty(value = "作业时间",required = true)
   @NotNull(message = "请填写做业时间")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @ApiModelProperty(value = "违章时间",required = true)
   @NotNull(message = "请填写违章时间")
   @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;
   //描述