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
621f7beb
Commit
621f7beb
authored
Apr 13, 2021
by
xiezhigang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
fee701df
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
MysqlModel.cs
PetaPoco/Models/Generated/MysqlModel.cs
+1
-6
No files found.
PetaPoco/Models/Generated/MysqlModel.cs
View file @
621f7beb
...
@@ -2283,7 +2283,7 @@ namespace DbConn
...
@@ -2283,7 +2283,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
,
s_pskuquin
,
s_pskudide
,
s_skumaterialquality
,
s_skupurpose
,
s_shopify_cateid
,
s_walmrat_upc
}
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
,
s_skumaterialquality
,
s_skupurpose
,
s_shopify_cateid
}
...
@@ -2837,11 +2837,6 @@ namespace DbConn
...
@@ -2837,11 +2837,6 @@ namespace DbConn
///</summary>
///</summary>
[
Description
(
"Shopify分类ID"
)]
[
Description
(
"Shopify分类ID"
)]
[
Column
(
"s_shopify_cateid"
)]
public
int
s_shopify_cateid
{
get
;
set
;
}
[
Column
(
"s_shopify_cateid"
)]
public
int
s_shopify_cateid
{
get
;
set
;
}
/// <summary>
/// 沃尔玛 Upc
/// </summary>
[
Description
(
"沃尔玛 Upc"
)]
[
Column
(
"s_walmrat_upc"
)]
public
int
s_walmrat_upc
{
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