update 细节调整

This commit is contained in:
2021-05-21 17:45:09 +08:00
parent c8530039eb
commit 5943b42620
6 changed files with 41 additions and 109 deletions

View File

@@ -50,6 +50,7 @@ namespace Ewide.Application.Service.HouseCode.Dto
public class QueryHouseCodeInput : PageInputBase
{
public string HouseCode { get; set; }
public int? No { get; set; }
public string Address { get; set; }
public string ProjectId { get; set; }
public string ZoonId { get; set; }