特种设备检验

This commit is contained in:
2023-06-01 15:25:41 +08:00
parent c920a99e8a
commit b8d77e72d9
4 changed files with 260 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
using Tnb.EquipMgr.Entities;
namespace Tnb.EquipMgr.Interfaces
{
public interface IEqpSpEquipCheckRecordService
{
public Task Register(EqpSpEquipCheckRecord entity);
}
}