public static List <SystemAssignData> SearchSystemAssignConfig(string productId, string campaignId, string staffTypeId, string branchCode)
        {
            KKSlmMsSystemAssignModel assign = new KKSlmMsSystemAssignModel();

            return(assign.SearchSystemAssignConfig(productId, campaignId, staffTypeId, branchCode));
        }