Junjie
3 天以前 1a5e3a734a07866c9a46e1b4e8267bcfbe7c6fe2
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);
}