PC原材料调拨出库与PDA签收逻辑完善
This commit is contained in:
@@ -24,6 +24,11 @@ namespace Tnb.WarehouseMgr.Entities.Dto
|
||||
/// <summary>
|
||||
/// 载具
|
||||
/// </summary>
|
||||
public List<string> carrys { get; set; }
|
||||
public List<RawmatTransferoutstockDetailInput> carrys { get; set; }
|
||||
}
|
||||
|
||||
public class RawmatTransferoutstockDetailInput
|
||||
{
|
||||
public string carry_code { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user