Junjie
2 天以前 59a5e337400b25862b744df4ea2078788bc93eba
1
2
3
4
5
6
7
package com.zy.asrs.service;
 
import com.alibaba.fastjson.JSONObject;
 
public interface PlannerService {
    JSONObject calculateAndSaveSchedule();
}