namespace Tnb.ProductionMgr.Entities.Dto { public class PrdKittingOutChangeStatusInput { /// /// 来源单号 /// public string code { get; set; } /// /// 0 齐套出库 1 一般出库 2 物料出库 /// public string type { get; set; } /// /// 状态 /// public string status { get; set; } } }