コード例 #1
0
ファイル: B_Arrive.cs プロジェクト: linrb/CMS-Source-code
 public int GetInsert(M_Arrive model)
 {
     return(Sql.insert(TbName, model.GetParameters(), BLLCommon.GetParas(model), BLLCommon.GetFields(model)));
 }
コード例 #2
0
ファイル: B_Arrive.cs プロジェクト: linrb/CMS-Source-code
 public bool GetUpdate(M_Arrive model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.ID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }