18 lines
533 B
C#
18 lines
533 B
C#
using WX.CRM.Common;
|
|
|
|
namespace WX.CRM.IBLL.Res
|
|
{
|
|
public interface IRES_SALESGROUP_DETAIL
|
|
{
|
|
/// <summary>
|
|
/// 保存明细
|
|
/// </summary>
|
|
/// <param name="errors"></param>
|
|
/// <param name="groupId"></param>
|
|
/// <param name="UserIds"></param>
|
|
/// <returns></returns>
|
|
bool SaveSalesGroupDetial(ref ValidationErrors errors, decimal groupId, string UserIds, string groups, int usertype, int grouptype, string acttype, string ratetype, string strategy);
|
|
|
|
}
|
|
}
|