From 40756aa3b7b898306891062e7dc6a1573f7c09e6 Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Sun, 28 Jan 2018 10:53:48 +0800 Subject: [PATCH] . --- B3SubstituteKill/BO/Bills/StatPay/StatPay.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/B3SubstituteKill/BO/Bills/StatPay/StatPay.cs b/B3SubstituteKill/BO/Bills/StatPay/StatPay.cs index d81e4e4..7f29184 100644 --- a/B3SubstituteKill/BO/Bills/StatPay/StatPay.cs +++ b/B3SubstituteKill/BO/Bills/StatPay/StatPay.cs @@ -94,6 +94,7 @@ namespace BWP.B3SubstituteKill.BO [LogicName("来源单据")] [DmoTypeIDFormat] + [DFExtProperty("WebControlType", DFEditControl.StaticText)] public short? SourceBillType { get; set; } private StatPay_CostDetailCollection _mCostDetails = new StatPay_CostDetailCollection();