package com.qianwen.smartman.modules.report.service; import cn.hutool.json.JSONObject; import com.qianwen.smartman.modules.report.vo.WorkstationEfficiencySelectVO; public interface IWorkstationEfficiencyService { JSONObject byTime(WorkstationEfficiencySelectVO workstationEfficiencySelectVO); JSONObject byShift(WorkstationEfficiencySelectVO workstationEfficiencySelectVO); }