public static bool UpdateFK(PP_Payment pp, List <PP_PaymentGoods> list, ref string strErr) { return(PpPro.UpdateFK(pp, list, ref strErr)); }
public static bool UpdateFKCP(PP_Payment record, List <PP_PaymentGoods> delist, ref string strErr, List <PP_ChoseGoods> str) { return(PpPro.UpdateFKCP(record, delist, ref strErr, str)); }
public static bool InsertLJFK(PP_Payment record, string DID, List <PP_PaymentGoods> delist, ref string strErr, List <string> str) { return(PpPro.InsertLJFK(record, DID, delist, ref strErr, str)); }