decimal dRebate1 = new decimal(1);
decimal dRebate2 = Convert.ToDecimal(1);
decimal dRebate3 = 1M;
https://www.cnblogs.com/yinhe/archive/2012/08/15/2639125.html
decimal dRebate1 = new decimal(1);
decimal dRebate2 = Convert.ToDecimal(1);
decimal dRebate3 = 1M;
https://www.cnblogs.com/yinhe/archive/2012/08/15/2639125.html