shichongfu
2023-05-23 41cae1609d4dd406e0903a98d27f497771eb7024
1
2
3
4
5
6
7
8
9
package com.product.admin.service.idel;
 
 
import com.product.core.entity.FieldSetEntity;
 
public interface IDictService {
 
    boolean saveDict(FieldSetEntity fse);
}