记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
53761540
Commit
53761540
authored
Dec 06, 2022
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~entity:goblin_order_sku+erp_hosting;
parent
dcc3f697
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
GoblinOrderSkuVo.java
...com/liquidnet/service/goblin/dto/vo/GoblinOrderSkuVo.java
+2
-0
GoblinOrderSku.java
...a/com/liquidnet/service/goblin/entity/GoblinOrderSku.java
+5
-0
db_ln_goblin_initialdata.sql
...net-service-goblin-impl/docu/db_ln_goblin_initialdata.sql
+2
-1
No files found.
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/dto/vo/GoblinOrderSkuVo.java
View file @
53761540
...
...
@@ -73,6 +73,8 @@ public class GoblinOrderSkuVo implements Serializable, Cloneable {
private
String
skuErpCode
;
@ApiModelProperty
(
value
=
"ERP类型[wangdian-旺店通]"
)
private
String
erpType
;
@ApiModelProperty
(
value
=
"ERP托管[0-否|1-是],默认0"
)
private
int
erpHosting
;
@ApiModelProperty
(
value
=
"erp-仓库号"
)
private
String
erpWarehouseNo
;
...
...
liquidnet-bus-do/liquidnet-service-goblin-do/src/main/java/com/liquidnet/service/goblin/entity/GoblinOrderSku.java
View file @
53761540
...
...
@@ -140,6 +140,11 @@ public class GoblinOrderSku implements Serializable,Cloneable {
*/
private
String
erpType
;
/**
* ERP托管[0-否|1-是],默认0
*/
private
Integer
erpHosting
;
/**
* ERP 仓库号
*/
...
...
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/docu/db_ln_goblin_initialdata.sql
View file @
53761540
...
...
@@ -1214,7 +1214,8 @@ alter table goblin_goods_sku add erp_hosting tinyint default 0 comment 'ERP托
alter
table
goblin_goods_sku
add
erp_warehouse_no
varchar
(
64
)
null
comment
'ERP仓库编号'
after
erp_hosting
;
alter
table
goblin_order_sku
add
erp_type
varchar
(
64
)
null
comment
'ERP类型[WANGDIAN-旺店通]'
after
push_time
;
alter
table
goblin_order_sku
add
spu_erp_code
varchar
(
64
)
null
comment
'ERP商品编码'
after
erp_type
;
alter
table
goblin_order_sku
add
erp_hosting
tinyint
default
0
comment
'ERP托管[0-否|1-是]'
after
erp_type
;
alter
table
goblin_order_sku
add
spu_erp_code
varchar
(
64
)
null
comment
'ERP商品编码'
after
erp_hosting
;
alter
table
goblin_order_sku
add
sku_erp_code
varchar
(
64
)
null
comment
'ERP规格编码'
after
spu_erp_code
;
alter
table
goblin_order_sku
add
erp_warehouse_no
varchar
(
64
)
null
comment
'ERP仓库编号'
after
sku_erp_code
;
#
-- >>------------------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment