| | |
| | | |
| | | /** 规则细则 */ |
| | | @Excel(name = "规则细则") |
| | | private String ruleDetail; |
| | | private String ruleIndex; |
| | | |
| | | /** 规则类型 */ |
| | | @Excel(name = "规则类型") |
| | |
| | | /** 规则描述 */ |
| | | @Excel(name = "规则描述") |
| | | private String ruleDescription; |
| | | |
| | | /** 审核状态 */ |
| | | @Excel(name = "审核状态") |
| | | private Long auditState; |
| | | |
| | | /** 启用状态 */ |
| | | @Excel(name = "启用状态") |
| | |
| | | { |
| | | return ruleName; |
| | | } |
| | | public void setRuleDetail(String ruleDetail) |
| | | public void setRuleIndex(String ruleIndex) |
| | | { |
| | | this.ruleDetail = ruleDetail; |
| | | this.ruleIndex = ruleIndex; |
| | | } |
| | | |
| | | public String getRuleDetail() |
| | | public String getRuleIndex() |
| | | { |
| | | return ruleDetail; |
| | | return ruleIndex; |
| | | } |
| | | public void setRuleCategory(Long ruleCategory) |
| | | { |
| | |
| | | { |
| | | return ruleDescription; |
| | | } |
| | | public void setAuditState(Long auditState) |
| | | { |
| | | this.auditState = auditState; |
| | | } |
| | | |
| | | public Long getAuditState() |
| | | { |
| | | return auditState; |
| | | } |
| | | public void setState(Long state) |
| | | { |
| | | this.state = state; |
| | |
| | | return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE) |
| | | .append("id", getId()) |
| | | .append("ruleName", getRuleName()) |
| | | .append("ruleDetail", getRuleDetail()) |
| | | .append("ruleIndex", getRuleIndex()) |
| | | .append("ruleCategory", getRuleCategory()) |
| | | .append("examineCategory", getExamineCategory()) |
| | | .append("ruleDescription", getRuleDescription()) |
| | | .append("auditState", getAuditState()) |
| | | .append("state", getState()) |
| | | .append("createTime", getCreateTime()) |
| | | .append("updateTime", getUpdateTime()) |