Junjie
2 天以前 45052042f06689096093fc86cae36560b2eeb1f0
1
2
3
4
5
6
7
8
package com.zy.ai.service;
 
import com.alibaba.fastjson.JSONObject;
 
public interface MainProcessPseudocodeService {
 
    JSONObject queryMainProcessPseudocode(boolean refresh);
}