コード例 #1
0
 /// <summary>
 /// 用于绑定店铺下拉列表
 ///
 /// </summary>
 /// <param name="customer"></param>
 /// <returns></returns>
 public DataTable GetShopAllocationDDlist(string customer)
 {
     return(AD.GetShopAllocationDDlist(customer));
 }