zhaowenxuan
2024-10-16 cb50f227bb5276600a8011caf13f2784d94af6ab
ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSampling.java
@@ -105,6 +105,42 @@
    @TableField(exist = false)
    private TjCustomer customer;
    /**
     * 合并后的父id
     */
    private String parentId;
    /**
     * 向lis申请单的检验序号
     */
    private String jyxh;
    public String getSpecimenTypeCode() {
        return specimenTypeCode;
    }
    public void setSpecimenTypeCode(String specimenTypeCode) {
        this.specimenTypeCode = specimenTypeCode;
    }
    private String specimenTypeCode;
    public String getParentId() {
        return parentId;
    }
    public void setParentId(String parentId) {
        this.parentId = parentId;
    }
    public String getJyxh() {
        return jyxh;
    }
    public void setJyxh(String jyxh) {
        this.jyxh = jyxh;
    }
    public void setId(String id) {
        this.id = id;
    }
@@ -187,6 +223,9 @@
                .append("updateBy", getUpdateBy())
                .append("updateTime", getUpdateTime())
                .append("deleted", getDeleted())
                .append("parentId", getParentId())
                .append("jyxh", getJyxh())
                .append("specimenTypeCode", getSpecimenTypeCode())
                .toString();
    }
}