许鹏程
2024-08-20 0e730e50ae1adcd416fb929b37f022e595d88d79
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);
}