去除引用common.props
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
{
|
||||
/// <summary>
|
||||
/// MES出库输入
|
||||
@@ -14,15 +8,15 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
/// <summary>
|
||||
/// 生产出库主表
|
||||
/// </summary>
|
||||
public MESWmsOutstockHInput outstock { get; set; }
|
||||
public MESWmsOutstockHInput outstock { get; set; }
|
||||
/// <summary>
|
||||
/// 生产出库明细表
|
||||
/// </summary>
|
||||
public List<MESWmsOutstockDInput> outstockDs { get; set; }
|
||||
public List<MESWmsOutstockDInput> outstockDs { get; set; }
|
||||
}
|
||||
public class MESWmsOutstockHInput
|
||||
{
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 所属组织ID
|
||||
/// </summary>
|
||||
@@ -98,5 +92,5 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
/// </summary>
|
||||
public string source_id { get; set; }
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user