Merge branches 'dev' and 'test' of http://git.estsh.com/i3-IMPP/i3plus-wms into test

# Conflicts:
#	modules/i3plus-wms-api/pom.xml
#	modules/i3plus-wms-apiservice/pom.xml
#	pom.xml
yun-zuoyi
wei.peng 7 years ago
parent e0f3118296
commit 7ba903a430

@ -29,9 +29,9 @@ public class SysFactoryStore extends BaseBean {
@Column(name="store_code") @Column(name="store_code")
@ApiParam("仓库代码") @ApiParam("仓库代码")
public String storeCode; private String storeCode;
@Column(name="store_name") @Column(name="store_name")
@ApiParam("仓库名称") @ApiParam("仓库名称")
public String storeName; private String storeName;
} }

Loading…
Cancel
Save