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);
|
}
|