Files
zsxt_nbzs_h5/Api/Ewide.Application/Service/HouseSafety/HouseQuery/IHouseQueryService.cs
ky_yusj 4ce3abcf02 update
housequery
建档审核功能
2021-06-29 16:18:57 +08:00

13 lines
235 B
C#

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
{
}
}