Commit 54bf4897 authored by 季圣华's avatar 季圣华
Browse files

增加租户的功能

parent d845b9df
...@@ -3,8 +3,6 @@ package com.jsh.erp.datasource.mappers; ...@@ -3,8 +3,6 @@ package com.jsh.erp.datasource.mappers;
import com.jsh.erp.datasource.entities.AccountItem; import com.jsh.erp.datasource.entities.AccountItem;
import com.jsh.erp.datasource.entities.AccountItemExample; import com.jsh.erp.datasource.entities.AccountItemExample;
import java.util.List; import java.util.List;
import com.jsh.erp.datasource.vo.AccountItemVo4List;
import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Param;
public interface AccountItemMapper { public interface AccountItemMapper {
......
...@@ -3,9 +3,6 @@ package com.jsh.erp.datasource.mappers; ...@@ -3,9 +3,6 @@ package com.jsh.erp.datasource.mappers;
import com.jsh.erp.datasource.entities.Account; import com.jsh.erp.datasource.entities.Account;
import com.jsh.erp.datasource.entities.AccountExample; import com.jsh.erp.datasource.entities.AccountExample;
import java.util.List; import java.util.List;
import com.jsh.erp.datasource.vo.AccountVo4InOutList;
import com.jsh.erp.datasource.vo.AccountVo4List;
import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Param;
public interface AccountMapper { public interface AccountMapper {
......
Supports Markdown
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