功能开发
This commit is contained in:
parent
7b17d84a41
commit
01c63c446c
|
|
@ -126,4 +126,11 @@ public interface ISelectService {
|
||||||
* @date 2024/3/25 13:11
|
* @date 2024/3/25 13:11
|
||||||
*/
|
*/
|
||||||
AjaxResult getBdLists(SelectDto dto);
|
AjaxResult getBdLists(SelectDto dto);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 下拉选
|
||||||
|
* @param code
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
AjaxResult getDictSelect(String code);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue