1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| //package com.dsh.guns.modular.system.service.impl;
| //
| //import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
| //import com.dsh.guns.modular.system.model.TDispatch;
| //import com.dsh.guns.modular.system.service.ITDispatchService;
| //import org.springframework.stereotype.Service;
| //
| //import java.util.List;
| //import java.util.Map;
| //
| ///**
| // * <p>
| // * 调度管理 服务实现类
| // * </p>
| // *
| // * @author 吕雪
| // * @since 2020-09-01
| // */
| //@Service
| //public class TDispatchServiceImpl extends ServiceImpl<TDispatchMapper, TDispatch> implements ITDispatchService {
| //
| // @Override
| // public List<Map<String, Object>> getDispatchList(Page<Map<String, Object>> page, Integer roleType, Integer nowUserId, String beginTime, String endTime, String name, String companyName, String franchiseeName, String account, Integer state) {
| // return this.baseMapper.getDispatchList(page, roleType, nowUserId, beginTime, endTime, name, companyName, franchiseeName, account, state);
| // }
| //}
|
|