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