摘要:
业务量大的时候 ,枚举较多,故用数据字典展示, 将主体与分支存于两张数据表中,他们之间靠着唯一的 code 相互联系,且 code 是唯一存在的,分支依附主体而存在,每一条分支都有它唯一对应的属性值 主表: { "code": "sex", "name": "性别" } 副表: [{ "dictCo 阅读全文
摘要:
父页面把选中行数据赋值给一个全局变量 if (obj.event 'edit') { layui.use('layer', function() { json=data; layer.open({ title : '编辑', maxmin : true, type : 2, content : '. 阅读全文
摘要:
templet : function(d) { if (d.sex == 0) { return '男' } else { return '女' } } 阅读全文
摘要:
SpringBoot后台管理项目之环境部署 SpringBoot后台管理之Mybatis-GeneratorConfig SpringBoot后台管理项目之数据库 SpringBoot项目之Resuful接口+工具类设计 【待补】SpringBoot项目之shiro 【待补】SpringBoot项目 阅读全文
摘要:
SpringBoot后台管理项目之环境部署 SpringBoot后台管理之Mybatis-GeneratorConfig SpringBoot后台管理项目之数据库 SpringBoot项目之Resuful接口+工具类设计 【待补】SpringBoot项目之shiro 【待补】SpringBoot项目 阅读全文
摘要:
SpringBoot后台管理项目之环境部署 SpringBoot后台管理之Mybatis-GeneratorConfig SpringBoot后台管理项目之数据库 SpringBoot项目之Resuful接口+工具类设计 【待补】SpringBoot项目之shiro 【待补】SpringBoot项目 阅读全文
摘要:
SpringBoot后台管理项目之环境部署 SpringBoot后台管理之Mybatis-GeneratorConfig SpringBoot后台管理项目之数据库 SpringBoot项目之Resuful接口+工具类设计 【待补】SpringBoot项目之shiro 【待补】SpringBoot项目 阅读全文
摘要:
SpringBoot后台管理项目之环境部署 SpringBoot后台管理之Mybatis-GeneratorConfig SpringBoot后台管理项目之数据库 SpringBoot项目之Resuful接口+工具类设计 【待补】SpringBoot项目之shiro 阅读全文
摘要:
SpringBoot后台管理项目之环境部署 SpringBoot后台管理之Mybatis-GeneratorConfig SpringBoot后台管理项目之数据库 SpringBoot项目之Resuful接口+工具类设计 阅读全文
摘要:
SpringBoot后台管理项目之环境部署 SpringBoot后台管理之Mybatis-GeneratorConfig SpringBoot后台管理项目之数据库 ##1. 工具类util包 package com.spb.entity.pojo; public class Result<T> { 阅读全文