This commit is contained in:
2026-01-15 16:42:55 +08:00
parent ca362d85ba
commit 526083f7cb

View File

@@ -18,7 +18,9 @@ namespace DOAN.Model.BZFM.Dto
} }
public class MmInventoryRevokeDto public class MmInventoryRevokeDto
{ {
// 入库单或出库单id
public int Id { get; set; } public int Id { get; set; }
// 1入库单2出库单
public int Type { get; set; } public int Type { get; set; }
} }