Package com.vsked.dao

Examples of com.vsked.dao.TbPayDAO


            String channelId=s.split(",")[1];
            String channelName=s.split(",")[2];
            String pay=s.split(",")[3];
            TbPay tp=new TbPay(monthStr,channelId,channelName,pay);
            //System.out.println(monthStr+","+channelId+","+channelName+","+pay+"|||");
            if(new TbPayDAO().add(tp)){
              successStr+=s+"<br>";
            }else{
              failStr+=s+"<br>";
            }
          }
View Full Code Here

TOP

Related Classes of com.vsked.dao.TbPayDAO

Copyright © 2018 www.massapicom. 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.