jis 去除rule关键字

yun-zuoyi
wynne1005 5 years ago
parent 28de0251ea
commit 46a91a13bc

@ -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