Commit 61e4725b authored by 赵啸非's avatar 赵啸非

添加报表统计

parent 3dd459fe
......@@ -4,7 +4,6 @@ import com.mortals.framework.dao.ICRUDDao;
import com.mortals.framework.model.PageInfo;
import com.mortals.xhx.module.device.model.DeviceStatEntity;
import com.mortals.xhx.module.device.model.DeviceStatQuery;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
......@@ -15,7 +14,6 @@ import java.util.List;
* @author zxfei
* @date 2022-07-05
*/
@Mapper
public interface DeviceStatDao extends ICRUDDao<DeviceStatEntity, Long> {
String SQLID_GET_STATLIST = "getStatList";
......
......@@ -15,7 +15,6 @@ client.global.set("authToken", JSON.parse(response.body).data.token);
###设备统计列表
POST {{baseUrl}}/device/stat/list
Authorization: {{authToken}}
Content-Type: application/json
{
......
Markdown is supported
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