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