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