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.
18 lines
416 B
18 lines
416 B
![]()
5 months ago
|
package com.ruoyi.tc.service;
|
||
|
|
||
|
import com.baomidou.mybatisplus.extension.service.IService;
|
||
|
import com.ruoyi.tc.entity.po.UnitOtherConcatCpPo;
|
||
|
import com.ruoyi.tc.entity.po.UnitOtherConcatJyPo;
|
||
|
|
||
|
import java.util.List;
|
||
|
|
||
|
/**
|
||
|
* 单位其他联系人复制(unit_other_contact_cp)业务层
|
||
|
* @author du
|
||
|
* @since 2024/11/13 14:55
|
||
|
*/
|
||
|
public interface UnitOtherConcatJyservice extends IService<UnitOtherConcatJyPo> {
|
||
|
|
||
|
|
||
|
}
|