feat: 字典实时同步和 websocket 重构优化
This commit is contained in:
@@ -10,13 +10,13 @@ import org.mapstruct.Mapper;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 字典项 对象转换器
|
||||
* 字典项对象转换器
|
||||
*
|
||||
* @author Ray
|
||||
* @author Ray.Hao
|
||||
* @since 2022/6/8
|
||||
*/
|
||||
@Mapper(componentModel = "spring")
|
||||
public interface DictDataConverter {
|
||||
public interface DictItemConverter {
|
||||
|
||||
Page<DictPageVO> toPageVo(Page<DictItem> page);
|
||||
|
||||
Reference in New Issue
Block a user