设备维修拒绝添加原因

This commit is contained in:
2023-06-27 10:58:51 +08:00
parent 2456fd8017
commit 143837b615
5 changed files with 130 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
namespace Tnb.EquipMgr.Entities.Dto
{
public class EquipRepairRefuseInput
{
public string id { get; set; }
public string reason { get; set; }
}
}