出入库后端调整

This commit is contained in:
2026-01-09 15:54:21 +08:00
parent 8b206b257c
commit 0087d05657
5 changed files with 39 additions and 18 deletions

View File

@@ -59,6 +59,7 @@ namespace DOAN.Model.BZFM.Dto
/// </summary>
public class MmLocationOption
{
public int Id { get; set; }
public string LocationCode { get; set; }
public string LocationName { get; set; }
public string WarehouseCode { get; set; }

View File

@@ -70,6 +70,7 @@ namespace DOAN.Model.BZFM.Dto
/// </summary>
public class MmMaterialOption
{
public int Id { get; set; }
public string MaterialCode { get; set; }
public string MaterialName { get; set; }
public string Specification { get; set; }