zjh
2025-04-16 71ed4ad7cd5b6d9da315d2081d4494c2730216fc
ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjProject.java
@@ -265,6 +265,9 @@
    @ApiModelProperty(value = "数量")
    private Integer sl;
    @ApiModelProperty(value = "序号")
    private Integer xh;
    /**
     * 子项目
     */
@@ -291,6 +294,7 @@
                .append("proStandard", getProStandard())
                .append("proType", getProType())
                .append("ischeck", getIscheck())
                .append("specimenType", getSpecimenType())
                .toString();
    }
}