package com.lyms.cm.controller.sys; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.ResponseBody; import com.baomidou.mybatisplus.mapper.EntityWrapper; import com.baomidou.mybatisplus.plugins.Page; import com.lyms.cm.entity.sys.SysOrganGroup; import com.lyms.cm.enums.ValidityEnum; import com.lyms.cm.service.sys.SysOrganGroupService; import com.lyms.web.controller.BaseController; /** *
* 机构组信息 *
* * @author maliang * @since 2017-03-09 */ @Controller @RequestMapping("/sysOrganGroup") public class SysOrganGroupController extends BaseController { @Autowired private SysOrganGroupService groupService; /** *