设备入库领用

This commit is contained in:
qianjiawei
2023-11-29 11:44:01 +08:00
parent fc7bbf7496
commit ba7d9813b4
5 changed files with 132 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ namespace Tnb.EquipMgr.Entities.Dto
public string? code { get; set; }
public string? name { get; set; }
public string? specification { get; set; }
public int? num { get; set; }
}
}