Files
zsxt_nbzs_h5/Api/Ewide.Application/Service/HouseSafety/HouseInfo/IHouseInfoService.cs
ky_yusj 6e87e8add7 update 前端页面字段更新
add 登记页面读取信息接口
2021-06-02 14:29:57 +08:00

14 lines
282 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Ewide.Application.Service
{
public interface IHouseInfoService
{
Task<HouseInfoOutputForDetailPage> GetByTaskId(string taskId);
}
}