zm
2024-08-01 c2768e5568aa911988a3df92b0431eeeb9627c3d
1
2
3
4
5
6
7
8
9
10
11
package com.product.contract.service.ide;
 
import com.alibaba.fastjson.JSONObject;
import com.product.core.entity.FieldSetEntity;
 
public interface IProjectBusinessService {
 
    JSONObject findProject(FieldSetEntity fse);
 
    boolean saveProject(FieldSetEntity fse);
}