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

@@ -8,5 +8,7 @@ namespace Ewide.Application
{
public class HouseTaskOutput
{
public DateTime? PatrolDate { get; set; }
public string PatrolUser { get; set; }
}
}