Exemplo n.º 1
0
 public bool GetInsert(M_Client_Basic model)
 {
     return(Sql.insert(TbName, model.GetParameters(model), BLLCommon.GetParas(model), BLLCommon.GetFields(model)) > 0);
 }
Exemplo n.º 2
0
 public bool GetUpdate(M_Client_Basic model)
 {
     return(Sql.UpdateByIDs(TbName, "Flow", model.Flow.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters(model)));
 }
Exemplo n.º 3
0
 public int insert(M_Client_Basic model)
 {
     return(Sql.insertID(TbName, model.GetParameters(model), BLLCommon.GetParas(model), BLLCommon.GetFields(model)));
 }