update housecode

This commit is contained in:
2021-06-24 18:15:58 +08:00
parent 64bb1c3352
commit 5bf0cb5a12
4 changed files with 50 additions and 21 deletions

View File

@@ -29,6 +29,7 @@ namespace Ewide.Application
public class GetHouseCodeOutput
{
public string Id { get; set; }
public string HouseCode { get; set; }
public int Type { get; set; }
public int Industry { get; set; }
public string AreaCode { get; set; }