1821349743@qq.com
2023-02-20 146b951e36b7529f4aa9671035a657f651762edc
1
2
3
4
5
6
7
8
9
10
11
package com.product.administration.service.ide;
 
import com.product.core.entity.FieldSetEntity;
import com.product.core.exception.BaseException;
 
public interface ITaskGoalService {
 
    String saveFieldSetEntity(FieldSetEntity fse)throws BaseException;
 
    boolean delete(FieldSetEntity fse)throws BaseException;
}