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
927c8b3f
Commit
927c8b3f
authored
Oct 22, 2020
by
huafengxp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增材质字段
parent
f6d1b5ef
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
MysqlModel.cs
PetaPoco/Models/Generated/MysqlModel.cs
+6
-2
No files found.
PetaPoco/Models/Generated/MysqlModel.cs
View file @
927c8b3f
...
@@ -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
,
s_pskuquin
,
s_pskudide
}
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
}
...
@@ -2811,7 +2811,11 @@ namespace DbConn
...
@@ -2811,7 +2811,11 @@ namespace DbConn
[
Column
(
"s_pskudide"
)]
public
string
s_pskudide
{
get
;
set
;
}
[
Column
(
"s_pskudide"
)]
public
string
s_pskudide
{
get
;
set
;
}
///<summary>
///材质
///</summary>
[
Description
(
"材质"
)]
[
Column
(
"s_skumaterialquality"
)]
public
string
s_skumaterialquality
{
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