记得上下班打卡 | git大法好,push需谨慎

Commit 22cec264 authored by 张国柄's avatar 张国柄

~api:商品管理:商品/规格实体类ERP属性处理;

parent ec2aab47
......@@ -45,6 +45,11 @@ public class GoblinGoods implements Serializable {
*/
private String spuErpCode;
/**
* ERP类型[WANGDIAN-旺店通]
*/
private String erpType;
/**
* 商品类型[0-常规|1-数字藏品]
*/
......
......@@ -42,6 +42,21 @@ public class GoblinGoodsSku implements Serializable {
*/
private String skuErpCode;
/**
* ERP类型[WANGDIAN-旺店通]
*/
private String erpType;
/**
* ERP托管[0-否|1-是],默认0
*/
private Integer erpHosting;
/**
* ERP仓库编号
*/
private String erpWarehouseNo;
/**
* 商品类型[0-常规|1-数字藏品]
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment