wente
2023-12-18 bdfbb741d767690ea05036a3116e63d06d6bb61b
modules/mainPart/src/main/java/com/zt/life/modules/configItemWarehouse/model/WarehouseCmAudit.java
@@ -18,7 +18,7 @@
 */
@Data
@EqualsAndHashCode(callSuper=false)
@TableName("warehouse_cm_audit")
@TableName("config_item_warehouse_cm")
public class WarehouseCmAudit extends BusiEntity {
   private static final long serialVersionUID = 1L;
@@ -35,17 +35,8 @@
   private String examineResult;
   @ApiModelProperty(value = "不适用说明")
   private String
notApplyExplan;
   private String notApplyExplan;
   @ApiModelProperty(value = "审核结果")
   private String auditResults;
   @ApiModelProperty(value = "审核人")
   private String auditors;
   @ApiModelProperty(value = "审核日期")
   @JsonFormat(pattern = "yyyy-MM-dd")
   private Date auditDate;
}