コード例 #1
0
ファイル: BLLBaseCommon.cs プロジェクト: yfbTeam/CRM
 //获取客户信息
 public customer_info getcust_customer(customer_info entity, string where)
 {
     return(DALBaseCommon.getcust_customer(entity, where));
 }