From 4bb09d22374c4fc008285cf3181d097b2851dfb1 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期三, 13 三月 2024 09:23:38 +0800 Subject: [PATCH] 1 --- Model/应收管理/ClsYS_ReceiveOtherBillSub.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git "a/Model/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveOtherBillSub.cs" "b/Model/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveOtherBillSub.cs" index 640e3aa..51a4f39 100644 --- "a/Model/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveOtherBillSub.cs" +++ "b/Model/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveOtherBillSub.cs" @@ -15,5 +15,6 @@ public double HSumMoney;// dec(18,8) //总金额 public double HQty;// dec(18,8) //税率 public double HPrice;// dec(18,8) //总金额 + public string HSubHremark;// varchar(20) -子备注 } } -- Gitblit v1.9.1