| | |
| | | private String codeResembleRuleOidName; |
| | | |
| | | /** |
| | | * 是否参与校验,0:参与;1:不参与 |
| | | * 是否参与校验,0:不参与;1:参与 |
| | | */ |
| | | private String isParticipateCheck; |
| | | private Integer isParticipateCheck; |
| | | |
| | | public boolean getAblechildren() { |
| | | return ablechildren; |
| | |
| | | this.codeResembleRuleOidName = codeResembleRuleOidName; |
| | | } |
| | | |
| | | public Integer getIsParticipateCheck() { |
| | | return isParticipateCheck; |
| | | } |
| | | |
| | | public void setIsParticipateCheck(Integer isParticipateCheck) { |
| | | this.isParticipateCheck = isParticipateCheck; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeClassifyDTO{" + |