Commit 8ab1cb2e authored by lisong's avatar lisong

添加OrganizationUserMapper

parent 6e9603c5
package com.yeejoin.amos.boot.module.jcs.api.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.yeejoin.amos.boot.module.jcs.api.entity.OrganizationUser;
public interface OrganizationUserMapper extends BaseMapper<OrganizationUser> {
}
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