杜洪波
2025-05-14 9db1c6c261049fbdcb104e6c0e07fa544bb42013
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.product.administration.service.ide;
 
import com.product.core.entity.FieldSetEntity;
 
/**
 * @author: ZhouJie
 * @date: 2021/5/26 14:16
 * @description: 协同办公回复常用语
 */
public interface ICommonWordsService {
 
    String saveCommonWords(FieldSetEntity fs);
 
    boolean deleteCommonWords(FieldSetEntity fs);
 
}