抛光仓库功能

This commit is contained in:
2024-07-26 17:34:01 +08:00
parent d3029ed1e4
commit 512231d555
5 changed files with 219 additions and 32 deletions

View File

@@ -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; }
}
}
}