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(); } }