medicalWaste-system/src/main/java/com/sinata/system/domain/MwCollectRecord.java
@@ -59,7 +59,7 @@ @ApiModelProperty("医废类型(数据字典id)") @TableField("WASTE_TYPE") private Integer wasteType; private Long wasteType; @ApiModelProperty("医废类型名称(冗余)") @TableField("WASTE_TYPE_STR") @@ -77,7 +77,7 @@ @TableField("CHECKOUT_TIME") private Date checkoutTime; @ApiModelProperty("医废状态 1:暂存中 2:运输中 3:已接收 4:已处置") @ApiModelProperty("医废状态 1:暂存中; 2:运输中; 3:已接收; 4:已处置;") @TableField("STATUS") private Integer status; @@ -92,6 +92,6 @@ @ApiModelProperty("收集时间") @TableField("COLLECT_TIME") private Date collectTime; }