功能开发

This commit is contained in:
haozq 2024-03-25 20:46:57 +08:00
parent 7b17d84a41
commit 01c63c446c
1 changed files with 7 additions and 0 deletions

View File

@ -126,4 +126,11 @@ public interface ISelectService {
* @date 2024/3/25 13:11
*/
AjaxResult getBdLists(SelectDto dto);
/**
* 下拉选
* @param code
* @return
*/
AjaxResult getDictSelect(String code);
}