Examples of TDistributorBounsHis


Examples of com.iteye.tianshi.web.model.base.TDistributorBounsHis

      }
     
      /**保存经销商奖金表*/
      distributorBounDao.create(distBonus);
      /**保存奖金历史表*/
      TDistributorBounsHis  hisBonus = distBonus.copyToHis(new TDistributorBounsHis());
      hisBonus.setBatchNo(oldbatchNo+1);
      distributorBounHisDao.create(hisBonus);
      hisBonus = null;
      dist = null;
    }
    distBonus = null;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.