Junjie
昨天 3c31d811aff765b8c5e67c22035b413e0cffb38f
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);
}