This commit is contained in:
2025-03-09 19:04:02 +08:00
parent 3d22504f11
commit 6cfa7d7528
9 changed files with 713 additions and 25 deletions

View File

@@ -48,6 +48,14 @@ public class OaSalaryController extends BaseController {
return iOaSalaryService.queryPageList(bo, pageQuery);
}
/**
* 批量写入user到salary中
*/
@GetMapping("/import")
public R<Void> importSalaryUser() {
return iOaSalaryService.importSalaryUser();
}
/**
* 导出薪资管理列表
*/