#
Junjie
17 小时以前 26784989e73fc36c6315e54939d1b13a50eb5020
1
2
3
4
5
6
7
package com.zy.asrs.service;
 
import com.alibaba.fastjson.JSONObject;
 
public interface PlannerService {
    JSONObject calculateAndSaveSchedule();
}