zjh
2025-01-20 73a816fd2b1e29c25d615c85ce34b12b55c16ccf
ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSampling.java
@@ -140,6 +140,16 @@
     */
    private String jxbz;
    /**
     * 是否支付
     */
    private Integer isPay;
    /**
     * 是否成功发出申请
     */
    private Integer isApply;
    @Override
    public String toString() {
        return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)
@@ -160,6 +170,8 @@
                .append("parentId", getParentId())
                .append("jyxh", getJyxh())
                .append("specimenTypeCode", getSpecimenTypeCode())
                .append("isPay", getIsPay())
                .append("isApply", getIsApply())
                .toString();
    }
}