最新一版12.0

pull/3/head
zmyYYDS 2023-12-25 11:48:55 +08:00
parent b29ed391d1
commit 079bf4a08e
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ import net.srt.framework.security.cache.TokenStoreCache;
import net.srt.service.MetadataService;
import net.srt.vo.MetadataVO;
import net.srt.vo.MetamodelPropertyVO;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.util.CollectionUtils;
import srt.cloud.framework.dbswitch.common.util.StringUtil;
@ -28,7 +29,7 @@ import java.util.Comparator;
import java.util.List;
import java.util.stream.Collectors;
@Server
@Service
@AllArgsConstructor
public class MetadataServiceImpl extends BaseServiceImpl<MetadataDao, MetadataEntity> implements MetadataService {