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

* 翻边质量记录 前端控制器 *

* * @author hyy * @since 2022-11-27 */ public interface FanbianZhiliangRdService extends IService{ List queryByHeadId(String headId); }