|
@@ -56,9 +56,9 @@ public interface TBUserArchivesAllocationService extends IService<TBUserArchives
|
|
|
String area, String customName, Integer gap, Long regionId);
|
|
|
|
|
|
/**
|
|
|
- * 分配派单
|
|
|
+ * 人员调配
|
|
|
*
|
|
|
- * @param userArchivesAllocationParam 派单参数
|
|
|
+ * @param userArchivesAllocationParam 调配参数
|
|
|
*/
|
|
|
void editCrmAllocation(UserArchivesAllocationParam userArchivesAllocationParam) throws InterruptedException;
|
|
|
|