|
|
@ -1,6 +1,7 @@ |
|
|
using Forks.EnterpriseServices.DomainObjects2; |
|
|
using Forks.EnterpriseServices.DomainObjects2; |
|
|
using System; |
|
|
using System; |
|
|
using System.Collections.Generic; |
|
|
using System.Collections.Generic; |
|
|
|
|
|
using System.Data; |
|
|
using System.Linq; |
|
|
using System.Linq; |
|
|
using System.Text; |
|
|
using System.Text; |
|
|
using System.Threading.Tasks; |
|
|
using System.Threading.Tasks; |
|
|
@ -78,6 +79,7 @@ namespace BWP.B3ClientService.BO |
|
|
#endregion
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
#region 无需自身维护 便于查看
|
|
|
#region 无需自身维护 便于查看
|
|
|
|
|
|
[DbColumn(DbType = SqlDbType.NVarChar, Length = 2000)] |
|
|
public string HouseNames { get; set; } |
|
|
public string HouseNames { get; set; } |
|
|
|
|
|
|
|
|
public decimal? SanctionMoney { get; set; } |
|
|
public decimal? SanctionMoney { get; set; } |
|
|
|