jis pojo 去除rule 关键字

yun-zuoyi
wynne1005 5 years ago
parent 1983602b3a
commit 25b2fb8e21

@ -61,8 +61,8 @@ public class MesPatternJis extends BaseBean implements Serializable {
private Integer patternType; private Integer patternType;
@Lob @Lob
@Column(name = "RULE") @Column(name = "MATCH_RULE")
@ApiParam("规则") @ApiParam("匹配规则")
private String rule; private String matchRule;
} }

Loading…
Cancel
Save