Merge remote-tracking branch 'origin/dev' into dev

yun-zuoyi
crish 6 years ago
commit f7fbd1c24f

@ -30,12 +30,12 @@ public class WmsInterfaceDataMapper extends BaseBean {
*
*/
@Column(name = "SEQ")
public int seq;
public Integer seq;
/**
*
*/
@Column(name = "SRC_GET_LIMIT")
public int srcGetLimit;
public Integer srcGetLimit;
/**
*
*/
@ -132,23 +132,23 @@ public class WmsInterfaceDataMapper extends BaseBean {
*
*/
@Column(name = "USE_SCRIPT_PULL")
public int useScriptPull;
public Integer useScriptPull;
/**
*
*/
@Column(name = "USE_SCRIPT_PUSH")
public int useScriptPush;
public Integer useScriptPush;
/**
*
*/
@Column(name = "USE_SCRIPT_MARK")
public int useScriptMark;
public Integer useScriptMark;
/**
*
*/
@Column(name = "USE_SCRIPT_FILTER")
public int useScriptFilter;
public Integer useScriptFilter;
}

Loading…
Cancel
Save