Commit 1f86cd58 authored by hezhen's avatar hezhen

添加会员

parent 764cdabc
......@@ -5,6 +5,7 @@ import org.springframework.stereotype.Service;
import com.github.wxiaoqi.security.admin.entity.BaseUserMember;
import com.github.wxiaoqi.security.admin.mapper.BaseUserMemberMapper;
import com.github.wxiaoqi.security.common.biz.BaseBiz;
import org.springframework.transaction.annotation.Transactional;
/**
* 用户会员表
......@@ -14,5 +15,8 @@ import com.github.wxiaoqi.security.common.biz.BaseBiz;
* @date 2019-06-18 19:38:56
*/
@Service
@Transactional(rollbackFor = Exception.class)
public class BaseUserMemberBiz extends BaseBiz<BaseUserMemberMapper,BaseUserMember> {
}
\ No newline at end of file
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