feat: 字典实时同步和 websocket 重构优化

This commit is contained in:
Ray.Hao
2025-04-22 20:49:49 +08:00
parent f06fe3ee01
commit 5aff74d36f
21 changed files with 770 additions and 329 deletions

View File

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