update HouseCodeList

This commit is contained in:
2021-05-20 13:55:45 +08:00
parent 16b3688edb
commit 6cbb663e97
5 changed files with 65 additions and 25 deletions

View File

@@ -70,6 +70,6 @@ namespace Ewide.Core
/// <summary>
/// 降序排序(不要问我为什么是descend不是desc前端约定参数就是这样)
/// </summary>
public virtual string DescStr { get; set; } = "descend";
public virtual string DescStr => "descend";
}
}