C# Class H.BLL.UserOrder

用户订单方法 added by zbw911
Afficher le fichier Open project: zbw911/CS4Hadoop

Méthodes publiques

Méthode Description
AddUserOrder ( string userid, string orderid, string productid, string pip, int count, double price, double money, System.DateTime ordertime ) : void

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

Method Details

AddUserOrder() public static méthode

插入用户订单 : 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
Résultat void