记得上下班打卡 | 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
8f934f85
Commit
8f934f85
authored
Dec 09, 2022
by
zhanggb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~entity:goblin_nft_order+ERP属性;
parent
59eb7fa6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
6 deletions
+37
-6
GoblinNftOrder.java
...a/com/liquidnet/service/goblin/entity/GoblinNftOrder.java
+25
-0
GoblinOrderSku.java
...a/com/liquidnet/service/goblin/entity/GoblinOrderSku.java
+5
-5
db_ln_goblin_initialdata.sql
...net-service-goblin-impl/docu/db_ln_goblin_initialdata.sql
+7
-1
No files found.
liquidnet-bus-do/liquidnet-service-goblin-do/src/main/java/com/liquidnet/service/goblin/entity/GoblinNftOrder.java
View file @
8f934f85
...
...
@@ -225,6 +225,31 @@ public class GoblinNftOrder implements Serializable, Cloneable {
*/
private
LocalDateTime
updatedAt
;
/**
* ERP商品编码
*/
private
String
spuErpCode
;
/**
* ERP规格编码
*/
private
String
skuErpCode
;
/**
* ERP类型[WANGDIAN-旺店通]
*/
private
String
erpType
;
/**
* ERP托管[0-否|1-是]默认0
*/
private
Integer
erpHosting
;
/**
* ERP仓库编号
*/
private
String
erpWarehouseNo
;
private
static
final
GoblinNftOrder
obj
=
new
GoblinNftOrder
();
public
static
GoblinNftOrder
getNew
()
{
...
...
liquidnet-bus-do/liquidnet-service-goblin-do/src/main/java/com/liquidnet/service/goblin/entity/GoblinOrderSku.java
View file @
8f934f85
...
...
@@ -126,27 +126,27 @@ public class GoblinOrderSku implements Serializable,Cloneable {
private
BigDecimal
cateRate
;
/**
*
spu ERP 编号
*
ERP商品编码
*/
private
String
spuErpCode
;
/**
*
sku ERP 编号
*
ERP规格编码
*/
private
String
skuErpCode
;
/**
* ERP类型[
wangdian
-旺店通]
* ERP类型[
WANGDIAN
-旺店通]
*/
private
String
erpType
;
/**
* ERP托管[0-否|1-是]
,
默认0
* ERP托管[0-否|1-是]默认0
*/
private
Integer
erpHosting
;
/**
* ERP
仓库
号
* ERP
仓库编
号
*/
private
String
erpWarehouseNo
;
...
...
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/docu/db_ln_goblin_initialdata.sql
View file @
8f934f85
...
...
@@ -1214,10 +1214,16 @@ 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
erp_hosting
tinyint
default
0
comment
'ERP托管[0-否|1-是]'
after
erp_type
;
alter
table
goblin_order_sku
add
erp_hosting
tinyint
default
0
comment
'ERP托管[0-否|1-是]
默认0
'
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
;
alter
table
goblin_nft_order
add
erp_type
varchar
(
64
)
null
comment
'ERP类型[WANGDIAN-旺店通]'
after
mix_code
;
alter
table
goblin_nft_order
add
erp_hosting
tinyint
default
0
comment
'ERP托管[0-否|1-是]默认0'
after
erp_type
;
alter
table
goblin_nft_order
add
spu_erp_code
varchar
(
64
)
null
comment
'ERP商品编码'
after
erp_hosting
;
alter
table
goblin_nft_order
add
sku_erp_code
varchar
(
64
)
null
comment
'ERP规格编码'
after
spu_erp_code
;
alter
table
goblin_nft_order
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