部门-调整

This commit is contained in:
luolm 2025-02-13 21:26:15 +08:00
parent 462b9a1b87
commit a4c77edd42
2 changed files with 11 additions and 0 deletions

View File

@ -184,6 +184,12 @@ public class CustomerController extends ControllerBase {
return ApiResult.success(true);
}
/**
* 同步数据
* @param param
* @return
*/
@PostMapping("syncFromCrm")
@MethodInfoMark(value = "同步数据" ,menuName = "客户管理")
public ApiResult<Boolean> syncFromCrm(@RequestBody SyncFromCrmDTO param){

View File

@ -216,6 +216,11 @@ public class DeviceController extends ControllerBase {
}
/**
* 同步数据
* @param param
* @return
*/
@PostMapping("syncFromCrm")
@MethodInfoMark(value = "同步数据" ,menuName = "设备管理")
public ApiResult<Boolean> syncFromCrm(@RequestBody SyncFromCrmDTO param){