|
|
|
|
@ -24,223 +24,223 @@ import java.time.LocalDateTime; |
|
|
|
|
@EqualsAndHashCode(callSuper = true) |
|
|
|
|
public class LiquidTankTask extends BaseEntity { |
|
|
|
|
|
|
|
|
|
@Serial |
|
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
|
@Serial |
|
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* [槽液检测任务]编码 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "[槽液检测任务]编码") |
|
|
|
|
private String code; |
|
|
|
|
/** |
|
|
|
|
* 类型 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "类型") |
|
|
|
|
private Long liquidTankTaskType; |
|
|
|
|
/** |
|
|
|
|
* 名称 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "名称") |
|
|
|
|
private String name; |
|
|
|
|
/** |
|
|
|
|
* [槽液]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "[槽液]id") |
|
|
|
|
private Long liquidTankId; |
|
|
|
|
/** |
|
|
|
|
* [作业中心]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "[作业中心]id") |
|
|
|
|
private Long workCenterId; |
|
|
|
|
/** |
|
|
|
|
* 药品[物料]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "药品[物料]id") |
|
|
|
|
private Long drugMaterialId; |
|
|
|
|
/** |
|
|
|
|
* [槽液]编号 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "[槽液]编号") |
|
|
|
|
private String liquidTankCode; |
|
|
|
|
/** |
|
|
|
|
* 待测成分 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "待测成分") |
|
|
|
|
private String testElement; |
|
|
|
|
/** |
|
|
|
|
* 药品名称 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "药品名称") |
|
|
|
|
private String drugName; |
|
|
|
|
/** |
|
|
|
|
* 药品[物料]编码 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "药品[物料]编码") |
|
|
|
|
private String drugMaterialCode; |
|
|
|
|
/** |
|
|
|
|
* 药品物料名称 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "药品物料名称") |
|
|
|
|
private String drugMaterialName; |
|
|
|
|
/** |
|
|
|
|
* 工艺含量 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "工艺含量") |
|
|
|
|
private String processContent; |
|
|
|
|
/** |
|
|
|
|
* 目标值 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "目标值") |
|
|
|
|
private Long targetValue; |
|
|
|
|
/** |
|
|
|
|
* 目标上下限 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "目标上下限") |
|
|
|
|
private String bound; |
|
|
|
|
/** |
|
|
|
|
* 排序 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "排序") |
|
|
|
|
private Long sort; |
|
|
|
|
/** |
|
|
|
|
* 备注 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "备注") |
|
|
|
|
private String remark; |
|
|
|
|
/** |
|
|
|
|
* 添加点 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "添加点") |
|
|
|
|
private BigDecimal fillingLocation; |
|
|
|
|
/** |
|
|
|
|
* 电导率测量值 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "电导率测量值") |
|
|
|
|
private BigDecimal conductivityTestValue; |
|
|
|
|
/** |
|
|
|
|
* 体积 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "体积") |
|
|
|
|
private BigDecimal volume; |
|
|
|
|
/** |
|
|
|
|
* 单位 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "单位") |
|
|
|
|
private BigDecimal unit; |
|
|
|
|
/** |
|
|
|
|
* [计量单位]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "[计量单位]id") |
|
|
|
|
private BigDecimal unitId; |
|
|
|
|
/** |
|
|
|
|
* 加药量单位 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "加药量单位") |
|
|
|
|
private String addUnit; |
|
|
|
|
/** |
|
|
|
|
* 加药量[计量单位]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "加药量[计量单位]id") |
|
|
|
|
private BigDecimal addUnitId; |
|
|
|
|
/** |
|
|
|
|
* 分析周期 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "分析周期") |
|
|
|
|
private Integer analysisCycle; |
|
|
|
|
/** |
|
|
|
|
* 有效期 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "有效期") |
|
|
|
|
private LocalDateTime validDate; |
|
|
|
|
/** |
|
|
|
|
* 上次化验日期 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "上次化验日期") |
|
|
|
|
private LocalDateTime lastTest; |
|
|
|
|
/** |
|
|
|
|
* 槽液到期日期 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "槽液到期日期") |
|
|
|
|
private LocalDateTime expiryDate; |
|
|
|
|
/** |
|
|
|
|
* 化验人[用户]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "化验人[用户]id") |
|
|
|
|
private BigDecimal testUserId; |
|
|
|
|
/** |
|
|
|
|
* 工艺主管[用户]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "工艺主管[用户]id") |
|
|
|
|
private BigDecimal processUserId; |
|
|
|
|
/** |
|
|
|
|
* 测量值 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "测量值") |
|
|
|
|
private BigDecimal testValue; |
|
|
|
|
/** |
|
|
|
|
* 需添加量 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "需添加量") |
|
|
|
|
private BigDecimal needAddValue; |
|
|
|
|
/** |
|
|
|
|
* 实际添加量 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "实际添加量") |
|
|
|
|
private BigDecimal actualAddValue; |
|
|
|
|
/** |
|
|
|
|
* 加药后含量 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "加药后含量") |
|
|
|
|
private BigDecimal afterAddValue; |
|
|
|
|
/** |
|
|
|
|
* [班组]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "[班组]id") |
|
|
|
|
private Long teamId; |
|
|
|
|
/** |
|
|
|
|
* 参数录入时间 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "参数录入时间") |
|
|
|
|
private LocalDateTime entryDate; |
|
|
|
|
/** |
|
|
|
|
* 确认时间 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "确认时间") |
|
|
|
|
private LocalDateTime confirmDate; |
|
|
|
|
/** |
|
|
|
|
* 送出[用户]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "送出[用户]id") |
|
|
|
|
private Long sendUserId; |
|
|
|
|
/** |
|
|
|
|
* 送出时间 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "送出时间") |
|
|
|
|
private LocalDateTime sendDate; |
|
|
|
|
/** |
|
|
|
|
* 接收[用户]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "接收[用户]id") |
|
|
|
|
private Long receiveUserId; |
|
|
|
|
/** |
|
|
|
|
* 接收时间 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "接收时间") |
|
|
|
|
private LocalDateTime receiveDate; |
|
|
|
|
/** |
|
|
|
|
* 处理[用户]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "处理[用户]id") |
|
|
|
|
private BigDecimal handleUserId; |
|
|
|
|
/** |
|
|
|
|
* 处理时间 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "处理时间") |
|
|
|
|
private LocalDateTime handleDate; |
|
|
|
|
/** |
|
|
|
|
* 来源类型 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "来源类型") |
|
|
|
|
private Long fromType; |
|
|
|
|
/** |
|
|
|
|
* [槽液检测任务]编码 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "[槽液检测任务]编码") |
|
|
|
|
private String code; |
|
|
|
|
/** |
|
|
|
|
* 类型 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "类型") |
|
|
|
|
private Long liquidTankTaskType; |
|
|
|
|
/** |
|
|
|
|
* 名称 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "名称") |
|
|
|
|
private String name; |
|
|
|
|
/** |
|
|
|
|
* [槽液]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "[槽液]id") |
|
|
|
|
private Long liquidTankId; |
|
|
|
|
/** |
|
|
|
|
* [作业中心]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "[作业中心]id") |
|
|
|
|
private Long workCenterId; |
|
|
|
|
/** |
|
|
|
|
* 药品[物料]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "药品[物料]id") |
|
|
|
|
private Long drugMaterialId; |
|
|
|
|
/** |
|
|
|
|
* [槽液]编号 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "[槽液]编号") |
|
|
|
|
private String liquidTankCode; |
|
|
|
|
/** |
|
|
|
|
* 待测成分 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "待测成分") |
|
|
|
|
private String testElement; |
|
|
|
|
/** |
|
|
|
|
* 药品名称 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "药品名称") |
|
|
|
|
private String drugName; |
|
|
|
|
/** |
|
|
|
|
* 药品[物料]编码 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "药品[物料]编码") |
|
|
|
|
private String drugMaterialCode; |
|
|
|
|
/** |
|
|
|
|
* 药品物料名称 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "药品物料名称") |
|
|
|
|
private String drugMaterialName; |
|
|
|
|
/** |
|
|
|
|
* 工艺含量 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "工艺含量") |
|
|
|
|
private String processContent; |
|
|
|
|
/** |
|
|
|
|
* 目标值 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "目标值") |
|
|
|
|
private Long targetValue; |
|
|
|
|
/** |
|
|
|
|
* 目标上下限 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "目标上下限") |
|
|
|
|
private String bound; |
|
|
|
|
/** |
|
|
|
|
* 排序 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "排序") |
|
|
|
|
private Long sort; |
|
|
|
|
/** |
|
|
|
|
* 备注 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "备注") |
|
|
|
|
private String remark; |
|
|
|
|
/** |
|
|
|
|
* 添加点 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "添加点") |
|
|
|
|
private BigDecimal fillingLocation; |
|
|
|
|
/** |
|
|
|
|
* 电导率测量值 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "电导率测量值") |
|
|
|
|
private BigDecimal conductivityTestValue; |
|
|
|
|
/** |
|
|
|
|
* 体积 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "体积") |
|
|
|
|
private BigDecimal volume; |
|
|
|
|
/** |
|
|
|
|
* 单位 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "单位") |
|
|
|
|
private BigDecimal unit; |
|
|
|
|
/** |
|
|
|
|
* [计量单位]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "[计量单位]id") |
|
|
|
|
private BigDecimal unitId; |
|
|
|
|
/** |
|
|
|
|
* 加药量单位 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "加药量单位") |
|
|
|
|
private String addUnit; |
|
|
|
|
/** |
|
|
|
|
* 加药量[计量单位]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "加药量[计量单位]id") |
|
|
|
|
private BigDecimal addUnitId; |
|
|
|
|
/** |
|
|
|
|
* 分析周期 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "分析周期") |
|
|
|
|
private Integer analysisCycle; |
|
|
|
|
/** |
|
|
|
|
* 有效期 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "有效期") |
|
|
|
|
private LocalDateTime validDate; |
|
|
|
|
/** |
|
|
|
|
* 上次化验日期 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "上次化验日期") |
|
|
|
|
private LocalDateTime lastTest; |
|
|
|
|
/** |
|
|
|
|
* 槽液到期日期 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "槽液到期日期") |
|
|
|
|
private LocalDateTime expiryDate; |
|
|
|
|
/** |
|
|
|
|
* 化验人[用户]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "化验人[用户]id") |
|
|
|
|
private BigDecimal testUserId; |
|
|
|
|
/** |
|
|
|
|
* 工艺主管[用户]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "工艺主管[用户]id") |
|
|
|
|
private BigDecimal processUserId; |
|
|
|
|
/** |
|
|
|
|
* 测量值 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "测量值") |
|
|
|
|
private BigDecimal testValue; |
|
|
|
|
/** |
|
|
|
|
* 需添加量 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "需添加量") |
|
|
|
|
private BigDecimal needAddValue; |
|
|
|
|
/** |
|
|
|
|
* 实际添加量 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "实际添加量") |
|
|
|
|
private BigDecimal actualAddValue; |
|
|
|
|
/** |
|
|
|
|
* 加药后含量 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "加药后含量") |
|
|
|
|
private BigDecimal afterAddValue; |
|
|
|
|
/** |
|
|
|
|
* [班组]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "[班组]id") |
|
|
|
|
private Long teamId; |
|
|
|
|
/** |
|
|
|
|
* 参数录入时间 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "参数录入时间") |
|
|
|
|
private LocalDateTime entryDate; |
|
|
|
|
/** |
|
|
|
|
* 确认时间 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "确认时间") |
|
|
|
|
private LocalDateTime confirmDate; |
|
|
|
|
/** |
|
|
|
|
* 送出[用户]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "送出[用户]id") |
|
|
|
|
private Long sendUserId; |
|
|
|
|
/** |
|
|
|
|
* 送出时间 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "送出时间") |
|
|
|
|
private LocalDateTime sendDate; |
|
|
|
|
/** |
|
|
|
|
* 接收[用户]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "接收[用户]id") |
|
|
|
|
private Long receiveUserId; |
|
|
|
|
/** |
|
|
|
|
* 接收时间 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "接收时间") |
|
|
|
|
private LocalDateTime receiveDate; |
|
|
|
|
/** |
|
|
|
|
* 处理[用户]id |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "处理[用户]id") |
|
|
|
|
private BigDecimal handleUserId; |
|
|
|
|
/** |
|
|
|
|
* 处理时间 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "处理时间") |
|
|
|
|
private LocalDateTime handleDate; |
|
|
|
|
/** |
|
|
|
|
* 来源类型 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "来源类型") |
|
|
|
|
private Long fromType; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|