This commit is contained in:
ray
2024-08-27 07:58:28 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ public interface DictItemConverter {
List<DictForm.DictItem> toDictItem(List<SysDictItem> entities);
@Mappings({
@Mapping(target = "value", source = "id"),
@Mapping(target = "value", source = "value"),
@Mapping(target = "label", source = "name")
})
Option<Long> toOption(SysDictItem dictItem);