C# 클래스 H.BLL.UserOrder

用户订单方法 added by zbw911
파일 보기 프로젝트 열기: zbw911/CS4Hadoop

공개 메소드들

메소드 설명
AddUserOrder ( string userid, string orderid, string productid, string pip, int count, double price, double money, System.DateTime ordertime ) : void

插入用户订单 : create 'userorder','o'

메소드 상세

AddUserOrder() 공개 정적인 메소드

插入用户订单 : create 'userorder','o'
public static AddUserOrder ( string userid, string orderid, string productid, string pip, int count, double price, double money, System.DateTime ordertime ) : void
userid string
orderid string
productid string
pip string
count int
price double
money double
ordertime System.DateTime
리턴 void