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.
16 lines
404 B
16 lines
404 B
package com.ruoyi.tc.zztbService;
|
|
|
|
import com.baomidou.mybatisplus.extension.service.IService;
|
|
import com.ruoyi.tc.entity.po.UnitOtherConcatJyPo;
|
|
import com.ruoyi.tc.entity.zztb.UnitOtherConcatZztbPo;
|
|
|
|
/**
|
|
* 单位其他联系人复制(unit_other_contact_cp)业务层
|
|
* @author du
|
|
* @since 2024/11/13 14:55
|
|
*/
|
|
public interface UnitOtherConcatZztbservice extends IService<UnitOtherConcatZztbPo> {
|
|
|
|
|
|
}
|