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
9542e359
Commit
9542e359
authored
Jun 14, 2021
by
zhousiqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导入增加有效期有效期临界值存储条件
parent
648a11d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
6 deletions
+44
-6
AllProductInfo.cs
PetaPoco/Custom/ProductData/AllProductInfo.cs
+19
-5
MysqlModel.cs
PetaPoco/Models/Generated/MysqlModel.cs
+25
-1
No files found.
PetaPoco/Custom/ProductData/AllProductInfo.cs
View file @
9542e359
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
namespace
PetaPoco.Custom.ProductData
{
using
System
;
using
System.Collections.Generic
;
public
class
AllProductInfo
{
/// <summary>
/// 有效期
/// </summary>
public
string
ValidPeriod
{
get
;
set
;
}
/// <summary>
/// 有效期临界值
/// </summary>
public
string
ValidPeriodCriticalValue
{
get
;
set
;
}
/// <summary>
/// 存储条件
/// </summary>
public
string
StorageConditions
{
get
;
set
;
}
///<summary>
///基础主键
///</summary>
...
...
PetaPoco/Models/Generated/MysqlModel.cs
View file @
9542e359
...
...
@@ -2283,7 +2283,9 @@ namespace DbConn
[
ExplicitColumns
]
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
}
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
,
ValidPeriod
,
ValidPeriodCriticalValue
,
StorageConditions
}
...
...
@@ -2837,6 +2839,28 @@ namespace DbConn
///</summary>
[
Description
(
"Shopify分类ID"
)]
[
Column
(
"s_shopify_cateid"
)]
public
int
s_shopify_cateid
{
get
;
set
;
}
/// <summary>
/// 有效期
/// </summary>
[
Description
(
"有效期"
)]
[
Column
(
"s_valid_period"
)]
public
string
ValidPeriod
{
get
;
set
;
}
/// <summary>
/// 有效期临界值
/// </summary>
[
Description
(
"有效期临界值"
)]
[
Column
(
"s_valid_period_critical_value"
)]
public
string
ValidPeriodCriticalValue
{
get
;
set
;
}
/// <summary>
/// 存储条件
/// </summary>
[
Description
(
"存储条件"
)]
[
Column
(
"w_storage_conditions"
)]
public
string
StorageConditions
{
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