using WX.CRM.BLL.Res;
namespace WX.CRM.CRMServices.Res_AlloCate
{
public class ResAllocate
/// <summary>
/// 资源分配
/// </summary>
public void ResourceAllocate()
new RES_ALLOCATE_BL().TimingExecuteAllocateProc();
}