Browse Source

活禽圈舍数据库字段长度调整。

master
yibo 8 years ago
parent
commit
ceb80aa486
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      B3ClientService/BO/Bill/WeightBill/WeightBill.cs

+ 2
- 0
B3ClientService/BO/Bill/WeightBill/WeightBill.cs View File

@ -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; }


Loading…
Cancel
Save