杜洪波
2024-08-19 1d1d34b48e6e80bea350d805d8ff2564ca226f25
1
2
3
4
5
6
7
8
9
10
package com.product.administration.service.ide;
 
import com.product.core.entity.FieldSetEntity;
import com.product.core.transfer.Transactional;
 
public interface IKnowledgeSharingService {
    String save(FieldSetEntity fse);
 
    void delete(FieldSetEntity fse);
}