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
269 B
15 lines
269 B
2 months ago
|
package com.bs.df.service;
|
||
|
|
||
|
import com.github.yulichang.base.MPJBaseService;
|
||
|
import com.bs.df.domain.DfUserBroker;
|
||
|
|
||
|
/**
|
||
|
* 客户经纪Service接口
|
||
|
*
|
||
|
* @author bs
|
||
|
* @date 2024-04-06
|
||
|
*/
|
||
|
public interface IDfUserBrokerService extends MPJBaseService<DfUserBroker>{
|
||
|
|
||
|
}
|