From 73a4587b788019dcb1ac5bf3020fd87b2b33b23f Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Sat, 21 Oct 2017 22:34:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- B3ClientService/BO/Bill/WeightBill/WeightBill.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/B3ClientService/BO/Bill/WeightBill/WeightBill.cs b/B3ClientService/BO/Bill/WeightBill/WeightBill.cs index a50025c..9c1fbfc 100644 --- a/B3ClientService/BO/Bill/WeightBill/WeightBill.cs +++ b/B3ClientService/BO/Bill/WeightBill/WeightBill.cs @@ -15,6 +15,7 @@ namespace BWP.B3ClientService.BO public int RowVersion { get; set; } #region BasicFile + [DbColumn(DefaultValue = 0)] public int PrintNumber { get; set; } public long? AccountingUnit_ID { get; set; }