| | |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.dsh.guns.modular.system.model.TImgConfig; |
| | | import com.dsh.course.dto.JsDto; |
| | | import com.dsh.guns.modular.system.model.TStore; |
| | | import com.dsh.guns.modular.system.model.TStoreListVo; |
| | | import com.dsh.guns.modular.system.model.TTurn; |
| | | import com.dsh.guns.modular.system.model.dto.SelectDto; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | |
| | | |
| | | List<Map<String, Object>> queryListOfpage(@Param("provinceCode") String provinceCode, |
| | | @Param("cityCode") String cityCode, |
| | | @Param("cityManagerId") Integer cityManagerId, |
| | | @Param("operatorId") Integer operatorId, |
| | | @Param("storeName") String storeName, |
| | | @Param("page") Page<Map<String, Object>> page); |
| | | |
| | |
| | | |
| | | void delete1(@Param("id") Integer id); |
| | | |
| | | List<TTurn> pageList(); |
| | | |
| | | List<TTurn> getPage(@Param("ids") List<Integer> ids); |
| | | |
| | | List<TImgConfig> getConfig1(); |
| | | |
| | | void updateBasicConfig(@Param("position") Integer position,@Param("p1") String p1); |
| | | void updateBasicBenefits(@Param("position") Integer position,@Param("p1") String p1); |
| | | |
| | | void inset(JsDto jsDto); |
| | | |
| | | JsDto get(Integer id); |
| | | |
| | | List<SelectDto> getSelect(); |
| | | } |