原材料仓叠盘机
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
{
|
||||
public class CommonCreatePretaskInput
|
||||
{
|
||||
public string startlocation_id { get; set; }
|
||||
|
||||
public string endlocation_id { get; set; }
|
||||
|
||||
public string carry_id { get; set; }
|
||||
|
||||
public string carry_code { get; set; }
|
||||
|
||||
public string biz_type { get; set; }
|
||||
|
||||
public string task_type { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user