zjh
2025-06-27 0a469fa5898ac2b63b860d17ac10c0ebf534d82f
ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSampling.java
@@ -126,6 +126,11 @@
    private String specimenTypeCode;
    /**
    * 样本
    */
    private String yb;
    /**
     * 是否为合并项目 1是 0否
     */
    private Integer isMerge;
@@ -139,6 +144,16 @@
     * 补录项目标志编码
     */
    private String jxbz;
    /**
     * 是否支付
     */
    private Integer isPay;
    /**
     * 是否成功发出申请
     */
    private Integer isApply;
    @Override
    public String toString() {
@@ -160,6 +175,8 @@
                .append("parentId", getParentId())
                .append("jyxh", getJyxh())
                .append("specimenTypeCode", getSpecimenTypeCode())
                .append("isPay", getIsPay())
                .append("isApply", getIsApply())
                .toString();
    }
}