| | |
| | | import com.dsh.guns.modular.system.model.Dict; |
| | | 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 org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> queryCity(String provinceCode, String cityCode); |
| | | |
| | | List<Map<String, Object>> queryListOfpage(String provinceCode, String cityCode, Integer cityManagerId, String storeName, Page<Map<String, Object>> page); |
| | | |
| | | List<Map<String, Object>> listOne(Page<Map<String, Object>> page, Integer id); |
| | | |
| | | |
| | | List<Map<String, Object>> typeChange(String name); |
| | | |
| | | List<Map<String, Object>> typeChangeOne(Integer id); |
| | | |
| | | void addConfigOne(String url, String name, Integer page,Integer type, String turnId, Integer sort); |
| | | |
| | | List<Map<String, Object>> listTwo(Page<Map<String, Object>> page); |
| | | |
| | | |
| | | void delete1(Integer id); |
| | | |
| | | |
| | | /** |
| | | * 获取所有跳转页面 |
| | | * @return |
| | | */ |
| | | List<TTurn> pageList(); |
| | | |
| | | List<TTurn> getPage(List<Integer> ids); |
| | | } |