You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
259 B
15 lines
259 B
1 year ago
|
package com.bs.system.service;
|
||
|
|
||
|
import com.github.yulichang.base.MPJBaseService;
|
||
1 year ago
|
import com.bs.system.domain.DfArea;
|
||
1 year ago
|
|
||
|
/**
|
||
|
* 全国城市Service接口
|
||
|
*
|
||
|
* @author bs
|
||
1 year ago
|
* @date 2024-04-13
|
||
1 year ago
|
*/
|
||
1 year ago
|
public interface IDfAreaService extends MPJBaseService<DfArea>{
|
||
1 year ago
|
|
||
|
}
|