update 前端页面字段更新

add 登记页面读取信息接口
This commit is contained in:
2021-06-02 14:29:57 +08:00
parent 1488a0ef2d
commit 6e87e8add7
17 changed files with 985 additions and 92 deletions

View File

@@ -8,6 +8,6 @@ namespace Ewide.Application.Service
{
public interface IHouseInfoService
{
//async Task<HouseInfoOutput> GetByTaskId(string taskId);
Task<HouseInfoOutputForDetailPage> GetByTaskId(string taskId);
}
}