package org.jeecg.modules.arj.b.service; import org.jeecg.modules.arj.b.entity.ZhxxDj; import com.baomidou.mybatisplus.extension.service.IService; import java.util.List; /** *

* 综合信息辅料 前端控制器 *

* * @author hyy * @since 2023-05-18 */ public interface ZhxxDjService extends IService{ ZhxxDj queryByHeadId(String headId); }