shichongfu
2023-04-26 c2ea9983ca4753de3240f5c0f91cd9d8860f6f3c
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);
}