盘点单删除单位Id
This commit is contained in:
13
src/WMS.Web.Core/Dto/Erp/OutStock/ErpOutStockSaveDto.cs
Normal file
13
src/WMS.Web.Core/Dto/Erp/OutStock/ErpOutStockSaveDto.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Core.Dto.Erp.OutStock
|
||||
{
|
||||
/// <summary>
|
||||
/// 出库单同步金蝶
|
||||
/// </summary>
|
||||
public class ErpOutStockSaveDto
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -21,11 +21,6 @@ namespace WMS.Web.Core.Dto.TakeStock
|
||||
[Required(ErrorMessage = "物料不能为空")]
|
||||
public int MaterialId { get; set; }
|
||||
/// <summary>
|
||||
/// 单位ID
|
||||
/// </summary>
|
||||
[Required(ErrorMessage = "单位不能为空")]
|
||||
public int UnitId { get; set; }
|
||||
/// <summary>
|
||||
/// 仓库ID
|
||||
/// </summary>
|
||||
[Required(ErrorMessage = "仓库不能为空")]
|
||||
|
||||
Reference in New Issue
Block a user