#
Junjie
2 天以前 7a5448174e5cb929e78926cce3783366557b7e88
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);
}