This commit is contained in:
2021-06-10 21:59:22 +08:00
parent c1a0c836fb
commit f42fc9c438
3 changed files with 4 additions and 24 deletions

View File

@@ -271,14 +271,7 @@ namespace Ewide.Application
public string CompetentDepartment { get; set; }
#endregion
public DataStatus StateDataStatus { get; set; }
public int State
{
get
{
return (int)StateDataStatus;
}
}
public int State { get; set; }
}
public class HouseInfoInputSave