示例#1
0
 public static bool BrokerInfo_Insert(BrokerInfo data)
 {
     return(db.BrokerInfo_Insert(data));
 }