添加撤销出库功能

This commit is contained in:
2026-01-15 16:42:04 +08:00
parent 8435e0ed27
commit ca362d85ba
4 changed files with 148 additions and 3 deletions

View File

@@ -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>
/// 库存表输入输出对象