同组排产代码调整
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Tnb.BasicData.Entitys.Entity
|
||||
/// Default:
|
||||
/// Nullable:False
|
||||
/// </summary>
|
||||
public string item_code {get;set;}
|
||||
public string product_code { get;set;}
|
||||
|
||||
/// <summary>
|
||||
/// Desc:产品分类ID
|
||||
@@ -77,14 +77,14 @@ namespace Tnb.BasicData.Entitys.Entity
|
||||
/// Default:NULL::character varying
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
public string item_name {get;set;}
|
||||
public string product_name { get;set;}
|
||||
|
||||
/// <summary>
|
||||
/// Desc:产品规格型号
|
||||
/// Default:NULL::character varying
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
public string item_standard {get;set;}
|
||||
public string product_standard { get;set;}
|
||||
|
||||
/// <summary>
|
||||
/// Desc:物料ID,BAS_MATERIAL.ID
|
||||
@@ -98,7 +98,7 @@ namespace Tnb.BasicData.Entitys.Entity
|
||||
/// Default:NULL::character varying
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
public string item_type {get;set;}
|
||||
public string product_type { get;set;}
|
||||
|
||||
/// <summary>
|
||||
/// Desc:备注
|
||||
|
||||
Reference in New Issue
Block a user