using WX.CRM.Common;
namespace WX.CRM.IBLL.Res
{
public interface IRES_SALESGROUP_DETAIL
{
///
/// 保存明细
///
///
///
///
///
bool SaveSalesGroupDetial(ref ValidationErrors errors, decimal groupId, string UserIds, string groups, int usertype, int grouptype, string acttype, string ratetype, string strategy);
}
}