コード例 #1
0
ファイル: GoodInfoBLL.cs プロジェクト: wryip/diyiban
 public List <GoodInfo> GetlistJQ(GoodInfo gd)
 {
     return(gddal.GetlistJQ(gd));
 }