同步新增忽略字段

yun-zuoyi
wynne1005 5 years ago
parent 25ebe6838c
commit e24bb4c39b

@ -80,6 +80,10 @@ public class MesPcnSyncCfg extends BaseBean implements Serializable {
@ApiParam(value = "同步的时候是否区分工厂")
private Integer isIgnoreOrg = CommonEnumUtil.TRUE_OR_FALSE.FALSE.getValue();
@Column(name = "IGNORE_FIELDS")
@ApiParam(value = "同步的时候部分字段不同步")
private String ignoreFields;
@Transient
@ApiParam("同步方式")
private String syncPatternName;

Loading…
Cancel
Save