1
This commit is contained in:
@@ -11,7 +11,8 @@ namespace Tnb.ProductionMgr.Entities
|
||||
[SugarTable("prd_report_record")]
|
||||
public partial class PrdReportRecord
|
||||
{
|
||||
public PrdReportRecord(){
|
||||
public PrdReportRecord()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
@@ -49,14 +50,14 @@ namespace Tnb.ProductionMgr.Entities
|
||||
/// Default:
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
public DateTime? plan_start_time {get;set;}
|
||||
public DateTime? plan_start_date { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Desc:计划结束时间
|
||||
/// Default:
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
public DateTime? plan_end_time {get;set;}
|
||||
public DateTime? plan_end_date { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Desc:计划生产数量
|
||||
@@ -71,6 +72,10 @@ namespace Tnb.ProductionMgr.Entities
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
public int? completed_qty { get; set; }
|
||||
/// <summary>
|
||||
/// 任务单号
|
||||
/// </summary>
|
||||
public string icmo_code { get; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,8 @@ namespace Tnb.ProductionMgr.Entities
|
||||
[SugarTable("prd_self_test_scrapped_record")]
|
||||
public partial class PrdSelfTestScrappedRecord
|
||||
{
|
||||
public PrdSelfTestScrappedRecord(){
|
||||
public PrdSelfTestScrappedRecord()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
@@ -99,6 +100,10 @@ namespace Tnb.ProductionMgr.Entities
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
public DateTime? create_time { get; set; }
|
||||
/// <summary>
|
||||
/// 任务单号
|
||||
/// </summary>
|
||||
public string icmo_code { get; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user