Commit 8af54b76 by tyk

经验交流代码提交

parent 09e5b671
......@@ -49,6 +49,16 @@ public class JygxLxwhController extends BaseController
}
/**
* 查询经验共享-类型维护列表下拉框
*/
@GetMapping("/listxlk")
public TableDataInfo listxlk(JygxLxwh jygxLxwh)
{
List<JygxLxwh> list = jygxLxwhService.selectJygxLxwhList(jygxLxwh);
return getDataTable(list);
}
/**
* 导出经验共享-类型维护列表
*/
@PreAuthorize("@ss.hasPermi('system:lxwh:export')")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment