| @ -0,0 +1,20 @@ | |||||
| using BWP.Web.Pages.B3ButcherManage.Bills.StatPay_; | |||||
| using System; | |||||
| using System.Collections.Generic; | |||||
| using System.Linq; | |||||
| using System.Text; | |||||
| using System.Threading.Tasks; | |||||
| namespace BWP.Web.Pages.B3QingDaoWanFu.Overlays | |||||
| { | |||||
| class StatPayAnalyse_Ext : StatPayAnalyse | |||||
| { | |||||
| protected override bool UseWeightSumRate2 | |||||
| { | |||||
| get | |||||
| { | |||||
| return true; | |||||
| } | |||||
| } | |||||
| } | |||||
| } | |||||