Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
Bailun.PmsAPI
Overview
Overview
Details
Activity
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
pds
Bailun.PmsAPI
Commits
f6d1b5ef
Commit
f6d1b5ef
authored
Oct 21, 2020
by
huafengxp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
cac7e0ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
5 deletions
+16
-5
MysqlModel.cs
PetaPoco/Models/Generated/MysqlModel.cs
+16
-5
No files found.
PetaPoco/Models/Generated/MysqlModel.cs
View file @
f6d1b5ef
...
@@ -2279,7 +2279,7 @@ namespace DbConn
...
@@ -2279,7 +2279,7 @@ namespace DbConn
[
ExplicitColumns
]
[
ExplicitColumns
]
public
partial
class
yt_product_base
:
DbConnDB
.
Record
<
yt_product_base
>
public
partial
class
yt_product_base
:
DbConnDB
.
Record
<
yt_product_base
>
{
{
public
enum
EPT
{
s_id
,
s_main_id
,
s_goods_code
,
s_product_code
,
s_product
,
s_sku
,
s_ctitle
,
s_etitle
,
s_ctitle_alias
,
s_category_bailun_id
,
s_category_bailun_name
,
s_category_id
,
s_category_name
,
s_series
,
s_skutype
,
s_isfinish
,
s_weight
,
s_unit
,
s_price
,
s_currency
,
s_main_image
,
s_child_image
,
s_color
,
s_size
,
s_size1
,
s_size2
,
s_product_size
,
s_packing_size
,
s_packing_name
,
s_packing_price
,
s_packing_weight
,
s_packing_req
,
s_packing_skuid
,
s_charger_spec
,
s_product_character
,
s_bailun_character
,
s_cpeihuo
,
s_epeihuo
,
s_cbaoguan
,
s_ebaoguan
,
s_hscode
,
s_content
,
s_remarks
,
s_developtime
,
s_createname
,
s_createtime
,
s_updatename
,
s_updatetime
,
s_operatetype
,
s_category_simple
,
s_product_type
,
s_uk_customs_code
,
s_packaging_requirements
}
public
enum
EPT
{
s_id
,
s_main_id
,
s_goods_code
,
s_product_code
,
s_product
,
s_sku
,
s_ctitle
,
s_etitle
,
s_ctitle_alias
,
s_category_bailun_id
,
s_category_bailun_name
,
s_category_id
,
s_category_name
,
s_series
,
s_skutype
,
s_isfinish
,
s_weight
,
s_unit
,
s_price
,
s_currency
,
s_main_image
,
s_child_image
,
s_color
,
s_size
,
s_size1
,
s_size2
,
s_product_size
,
s_packing_size
,
s_packing_name
,
s_packing_price
,
s_packing_weight
,
s_packing_req
,
s_packing_skuid
,
s_charger_spec
,
s_product_character
,
s_bailun_character
,
s_cpeihuo
,
s_epeihuo
,
s_cbaoguan
,
s_ebaoguan
,
s_hscode
,
s_content
,
s_remarks
,
s_developtime
,
s_createname
,
s_createtime
,
s_updatename
,
s_updatetime
,
s_operatetype
,
s_category_simple
,
s_product_type
,
s_uk_customs_code
,
s_packaging_requirements
,
s_pskuquin
,
s_pskudide
}
...
@@ -2798,6 +2798,21 @@ namespace DbConn
...
@@ -2798,6 +2798,21 @@ namespace DbConn
///</summary>
///</summary>
[
Description
(
"发货打包要求"
)]
[
Description
(
"发货打包要求"
)]
[
Column
(
"s_packaging_requirements"
)]
public
string
s_packaging_requirements
{
get
;
set
;
}
[
Column
(
"s_packaging_requirements"
)]
public
string
s_packaging_requirements
{
get
;
set
;
}
///<summary>
///质检环节耗材Skucode
///</summary>
[
Description
(
"质检环节耗材Skucode"
)]
[
Column
(
"s_pskuquin"
)]
public
string
s_pskuquin
{
get
;
set
;
}
///<summary>
///直发环节耗材
///</summary>
[
Description
(
"直发环节耗材"
)]
[
Column
(
"s_pskudide"
)]
public
string
s_pskudide
{
get
;
set
;
}
}
}
...
@@ -5475,10 +5490,6 @@ namespace DbConn
...
@@ -5475,10 +5490,6 @@ namespace DbConn
[
Column
(
"s_default_warecode"
)]
public
string
s_default_warecode
{
get
;
set
;
}
[
Column
(
"s_default_warecode"
)]
public
string
s_default_warecode
{
get
;
set
;
}
...
...
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