Commit 245f766b by guojuxing

实体类修正

parent b627d518
package com.gic.auth.service;
import java.util.List;
import com.gic.auth.dto.UserDTO;
import com.gic.auth.entity.TabSysUser;
import com.gic.auth.entity.TabUser;
import java.util.List;
/**
* @author guojx
......
package com.gic.auth.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.gic.auth.dao.mapper.TabSysUserMapper;
import com.gic.auth.dto.UserDTO;
import com.gic.auth.entity.TabSysUser;
import com.gic.auth.entity.TabUser;
import com.gic.auth.service.UserService;
import com.gic.commons.util.EntityUtil;
import com.gic.auth.dao.mapper.TabUserMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
/**
* @author guojx
......
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