|
@@ -3,13 +3,16 @@ package com.muchinfo.mtp3interface.mapper;
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
|
import com.muchinfo.mtp3pojos.entity.Systemmanager;
|
|
import com.muchinfo.mtp3pojos.entity.Systemmanager;
|
|
|
|
|
+import com.muchinfo.mtp3pojos.vo.I18nconfig;
|
|
|
import com.muchinfo.mtp3pojos.vo.marketrun.MarketRunLoginUserResult;
|
|
import com.muchinfo.mtp3pojos.vo.marketrun.MarketRunLoginUserResult;
|
|
|
import com.muchinfo.mtp3pojos.vo.organ.UserAccountOrgan2UserResult;
|
|
import com.muchinfo.mtp3pojos.vo.organ.UserAccountOrgan2UserResult;
|
|
|
import com.muchinfo.mtp3pojos.vo.organ.UserAccountSelfsupportParam;
|
|
import com.muchinfo.mtp3pojos.vo.organ.UserAccountSelfsupportParam;
|
|
|
import com.muchinfo.mtp3pojos.vo.organ.UserAccountSelfsupportResult;
|
|
import com.muchinfo.mtp3pojos.vo.organ.UserAccountSelfsupportResult;
|
|
|
import com.muchinfo.mtp3pojos.vo.systemrun.*;
|
|
import com.muchinfo.mtp3pojos.vo.systemrun.*;
|
|
|
|
|
+import com.muchinfo.mtp3pojos.vo.systemsetup.ListMarketSectionConfig;
|
|
|
import com.muchinfo.mtp3pojos.vo.systemsetup.SystemMarketSectionParam;
|
|
import com.muchinfo.mtp3pojos.vo.systemsetup.SystemMarketSectionParam;
|
|
|
import com.muchinfo.mtp3pojos.vo.systemsetup.SystemMarketSectionResult;
|
|
import com.muchinfo.mtp3pojos.vo.systemsetup.SystemMarketSectionResult;
|
|
|
|
|
+import com.muchinfo.mtp3pojos.vo.systemsetup.SystemMarketSetDetail;
|
|
|
import com.muchinfo.mtp3pojos.vo.systemuser.SystemUserReqParam;
|
|
import com.muchinfo.mtp3pojos.vo.systemuser.SystemUserReqParam;
|
|
|
import com.muchinfo.mtp3pojos.vo.systemuser.SystemUserResResult;
|
|
import com.muchinfo.mtp3pojos.vo.systemuser.SystemUserResResult;
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
@@ -53,4 +56,10 @@ public interface ISystemmanagerMapper extends BaseMapper<Systemmanager> {
|
|
|
List<LoginLogQueryResult> queryloginlog(@Param("vo") LoginLogQueryParam param);
|
|
List<LoginLogQueryResult> queryloginlog(@Param("vo") LoginLogQueryParam param);
|
|
|
|
|
|
|
|
IPage<SystemMarketSectionResult> queryMarketSet(IPage<SystemMarketSectionResult> page, @Param("vo") SystemMarketSectionParam param);
|
|
IPage<SystemMarketSectionResult> queryMarketSet(IPage<SystemMarketSectionResult> page, @Param("vo") SystemMarketSectionParam param);
|
|
|
|
|
+
|
|
|
|
|
+ SystemMarketSetDetail queryMarketSectionBean(@Param("marketsectionid") Integer marketsectionid);
|
|
|
|
|
+
|
|
|
|
|
+ List<ListMarketSectionConfig> queryMarketSectionConfigNewList(@Param("marketsectionid") Integer marketsectionid);
|
|
|
|
|
+
|
|
|
|
|
+ List<I18nconfig> queryI18nConfigs();
|
|
|
}
|
|
}
|