添加撤销出库功能
This commit is contained in:
@@ -16,6 +16,11 @@ namespace DOAN.Model.BZFM.Dto
|
||||
public string SupplierName { get; set; }
|
||||
public string BatchNo { get; set; }
|
||||
}
|
||||
public class MmInventoryRevokeDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int Type { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 库存表输入输出对象
|
||||
|
||||
Reference in New Issue
Block a user