package com.zy.asrs.service; import com.alibaba.fastjson.JSONObject; public interface PlannerService { JSONObject calculateAndSaveSchedule(); }