抛光仓库功能
This commit is contained in:
@@ -5,8 +5,16 @@ namespace ZR.Model.MES.wms.Dto
|
||||
/// <summary>
|
||||
/// 工艺路线-抛光 库存变动表查询对象
|
||||
/// </summary>
|
||||
public class WmPolishRecordQueryDto : PagerInfo
|
||||
public class WmPolishRecordQueryDto : PagerInfo
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string FkInventoryId { get; set; }
|
||||
public string Code { get; set; }
|
||||
public string BlankNum { get; set; }
|
||||
public string Partnumber { get; set; }
|
||||
public int? ChangeType { get; set; }
|
||||
public DateTime? StartActionTime { get; set; }
|
||||
public DateTime? EndActionTime { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -43,8 +51,5 @@ namespace ZR.Model.MES.wms.Dto
|
||||
public string UpdatedBy { get; set; }
|
||||
|
||||
public DateTime? UpdatedTime { get; set; }
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user