接口增加字段信息

yun-zuoyi
puxiao.liao 4 years ago
parent f4e9bf4603
commit a98066dbe8

@ -195,4 +195,10 @@ public class WmsInterfaceDataMapper extends BaseBean {
*/ */
@Transient @Transient
public Long sid; public Long sid;
@Column(name = "SPLIT_SIGN")
@ApiParam("分割符号")
private String splitSign;
} }

Loading…
Cancel
Save