housequery
建档审核功能
This commit is contained in:
2021-06-29 16:18:57 +08:00
parent 3d5c776362
commit 4ce3abcf02
12 changed files with 192 additions and 38 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Ewide.Application.Service.HouseSafety.HouseQuery
{
public interface IHouseQueryService
{
}
}