src/main/kotlin/cn/flightfeather/supervision/domain/ds1/entity/TreatmentDeviceInfo.java
@@ -4,10 +4,12 @@ import io.swagger.annotations.ApiModelProperty; import java.util.Date; import javax.persistence.*; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @ApiModel(value = "TreatmentDeviceInfo") @Table(name = "di_t_treatment_device_info") public class TreatmentDeviceInfo { @ApiModel(value = "TreatmentDeviceInfo") public class TreatmentDeviceInfo implements BaseDevice{ @Id @Column(name = "PI_ID") @ApiModelProperty(value = "PI_ID")