project_staff_ratio.xml 1.1 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <controller name="project_staff_ratio" desc="项目专业人员比例">
  3. <api name="add_project_staff_ratio" desc="添加项目专业人员比例" method="post">
  4. <return>
  5. <success ref="$sys_return"></success>
  6. <failure ref="$sys_return"></failure>
  7. </return>
  8. </api>
  9. <api name="delete_project_staff_ratio" desc="删除项目专业人员比例" method="post">
  10. <return>
  11. <success ref="$sys_return"></success>
  12. <failure ref="$sys_return"></failure>
  13. </return>
  14. </api>
  15. <api name="update_project_staff_ratio" desc="修改项目专业人员比例" method="post">
  16. <return>
  17. <success ref="$sys_return"></success>
  18. <failure ref="$sys_return"></failure>
  19. </return>
  20. </api>
  21. <api name="get_project_staff_ratio" desc="获取项目专业人员比例" method="post">
  22. <param name="" desc="分页参数" ref="$get_page_info"></param>
  23. <return>
  24. <success ref="$sys_return"></success>
  25. <failure ref="$sys_return"></failure>
  26. </return>
  27. </api>
  28. </controller>