1
This commit is contained in:
@@ -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; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user