Junjie
2026-04-10 4be22b164b927cd906c87ee7f7473c3670e8ccba
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);
}