|
|
|
@ -21,62 +21,62 @@ import java.time.LocalDate; |
|
|
|
@Data |
|
|
|
@Data |
|
|
|
@EqualsAndHashCode(callSuper = true) |
|
|
|
@EqualsAndHashCode(callSuper = true) |
|
|
|
public class LiquidTankTaskCopyVO extends LiquidTankTaskCopy { |
|
|
|
public class LiquidTankTaskCopyVO extends LiquidTankTaskCopy { |
|
|
|
@Serial |
|
|
|
@Serial |
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* 作业中心 name |
|
|
|
* [作业中心]name |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Schema(description = "作业中心 name") |
|
|
|
@Schema(description = "[作业中心]name") |
|
|
|
private String wcName; |
|
|
|
private String wcName; |
|
|
|
/** |
|
|
|
/** |
|
|
|
* todo:temp |
|
|
|
* todo: 尚未实现 WMS对接 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Schema(description = "药品物料编码") |
|
|
|
@Schema(description = "药品物料编码") |
|
|
|
private String drugMaterialCode = "111122223333"; |
|
|
|
private String drugMaterialCode; |
|
|
|
/** |
|
|
|
/** |
|
|
|
* |
|
|
|
* |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Schema(description = "化验人[用户]名称") |
|
|
|
@Schema(description = "化验人[用户]名称") |
|
|
|
private String testUserRealName; |
|
|
|
private String testUserRealName; |
|
|
|
@Schema(description = "复检化验人[用户]名称") |
|
|
|
@Schema(description = "复检化验人[用户]名称") |
|
|
|
private String repeatTestUserRealName; |
|
|
|
private String repeatTestUserRealName; |
|
|
|
@Schema(description = "工艺主管[用户]名称") |
|
|
|
@Schema(description = "工艺主管[用户]名称") |
|
|
|
private String processUserRealName; |
|
|
|
private String processUserRealName; |
|
|
|
@Schema(description = "审核[用户]名称") |
|
|
|
@Schema(description = "审核[用户]名称") |
|
|
|
private String reviewUserRealName; |
|
|
|
private String reviewUserRealName; |
|
|
|
@Schema(description = "发药[用户]名称") |
|
|
|
@Schema(description = "发药[用户]名称") |
|
|
|
private String sendDurgUserRealName; |
|
|
|
private String sendDurgUserRealName; |
|
|
|
@Schema(description = "收药[用户]名称") |
|
|
|
@Schema(description = "收药[用户]名称") |
|
|
|
private String receiveDurgUserRealName; |
|
|
|
private String receiveDurgUserRealName; |
|
|
|
@Schema(description = "作业槽名称") |
|
|
|
@Schema(description = "作业槽名称") |
|
|
|
private String workTankName; |
|
|
|
private String workTankName; |
|
|
|
@Schema(description = "加药量[计算公式]名称") |
|
|
|
@Schema(description = "加药量[计算公式]名称") |
|
|
|
private String addDrugFormulaName; |
|
|
|
private String addDrugFormulaName; |
|
|
|
@Schema(description = "添加后理论值[计算公式]名称") |
|
|
|
@Schema(description = "添加后理论值[计算公式]名称") |
|
|
|
private String afterTheoryFormulaName; |
|
|
|
private String afterTheoryFormulaName; |
|
|
|
@Schema(description = "班组名称") |
|
|
|
@Schema(description = "班组名称") |
|
|
|
private String tsName; |
|
|
|
private String tsName; |
|
|
|
@Schema(description = "任务状态") |
|
|
|
@Schema(description = "任务状态") |
|
|
|
private String statusValue; |
|
|
|
private String statusValue; |
|
|
|
@Schema(description = "槽液对象") |
|
|
|
@Schema(description = "槽液对象") |
|
|
|
private LiquidTank liquidTank; |
|
|
|
private LiquidTank liquidTank; |
|
|
|
@Schema(description = "取样时间(报告)") |
|
|
|
@Schema(description = "取样时间(报告)") |
|
|
|
private LocalDate sampleDate; |
|
|
|
private LocalDate sampleDate; |
|
|
|
@Schema(description = "化验频率(报告)") |
|
|
|
@Schema(description = "化验频率(报告)") |
|
|
|
private String testFrequency; |
|
|
|
private String testFrequency; |
|
|
|
@Schema(description = "有效期") |
|
|
|
@Schema(description = "有效期") |
|
|
|
private LocalDate validDate; |
|
|
|
private LocalDate validDate; |
|
|
|
@Schema(description = "超出规范极限调整后的结果(报告)") |
|
|
|
@Schema(description = "超出规范极限调整后的结果(报告)") |
|
|
|
private String outRangeResult; |
|
|
|
private String outRangeResult; |
|
|
|
@Schema(description = "槽液清理记录(报告)") |
|
|
|
@Schema(description = "槽液清理记录(报告)") |
|
|
|
private String clearRecord; |
|
|
|
private String clearRecord; |
|
|
|
@Schema(description = "药品计算公式(报告) 加药量[计算公式] 公式内容") |
|
|
|
@Schema(description = "药品计算公式(报告) 加药量[计算公式] 公式内容") |
|
|
|
private String reportFormulaContent; |
|
|
|
private String reportFormulaContent; |
|
|
|
@Schema(description = "药品监督员签名(报告)") |
|
|
|
@Schema(description = "药品监督员签名(报告)") |
|
|
|
private String drugSuUserSign; |
|
|
|
private String drugSuUserSign; |
|
|
|
@Schema(description = "药品监督员签名(报告)") |
|
|
|
@Schema(description = "药品监督员签名(报告)") |
|
|
|
private String drugAddUserSign; |
|
|
|
private String drugAddUserSign; |
|
|
|
@Schema(description = "控制规范(报告)") |
|
|
|
@Schema(description = "控制规范(报告)") |
|
|
|
private String norm; |
|
|
|
private String norm; |
|
|
|
} |
|
|
|
} |
|
|
|
|