update 建档登记保存

This commit is contained in:
2021-06-02 16:41:37 +08:00
parent 6e87e8add7
commit 8ba4956dd6
6 changed files with 328 additions and 31 deletions

View File

@@ -278,13 +278,7 @@ namespace Ewide.Application
public HouseCodeOutput houseCode { get; set; }
#endregion
public HouseInfoOutput houseInfoOutput { get; set; }
public PatrolInfo PatrolInfo { get; set; }
public HouseInfoOutput houseInfo { get; set; }
public HouseTaskOutput PatrolInfo { get; set; }
}
public class PatrolInfo
{
public DateTime? PatrolDate { get; set; }
public string PatrolUser { get; set; }
}
}