1
This commit is contained in:
@@ -16,11 +16,15 @@ namespace Tnb.ProductionMgr.Entities.Dto
|
||||
public class PrdInstockRecordUpListChildOutPut
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string bill_code { get; set; }
|
||||
public string code { get; set; }
|
||||
public string bill_type { get; set; }
|
||||
public string carry_code { get; set; }
|
||||
public string create_id { get; set; }
|
||||
public string bill_date { get; set; }
|
||||
/// <summary>
|
||||
/// 起始库位编号
|
||||
/// </summary>
|
||||
public string location_code { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
public class PrdInstockRecordUpListDownOutPut
|
||||
|
||||
Reference in New Issue
Block a user