摘要: 原文:https://zhuanlan.zhihu.com/p/250774265?utm_source=wechat_session 阅读全文
posted @ 2020-10-28 16:20 古兴越 阅读(58) 评论(0) 推荐(0)
摘要: 一、后端 /** * 数据源列表 */ @GetMapping("/select") @ApiOperationSupport(order = 8) @ApiOperation(value = "下拉数据源", notes = "查询列表") public R<List<Brand>> select 阅读全文
posted @ 2020-10-28 14:23 古兴越 阅读(2480) 评论(0) 推荐(0)
摘要: 前端 { label: "类型", prop: "type", rules: [{ required: true, message: "请输入类型", trigger: "blur" }], type: "select", dicUrl: "/api/blade-system/dict/dictio 阅读全文
posted @ 2020-10-28 14:08 古兴越 阅读(4127) 评论(0) 推荐(0)
摘要: 原文: https://www.jianshu.com/p/07be9ccb3306 https://www.cnblogs.com/java688/p/13672075.html https://baomidou.gitee.io/mybatis-plus-doc/#/wrapper?id=%e6 阅读全文
posted @ 2020-10-28 10:39 古兴越 阅读(7350) 评论(0) 推荐(0)