Lius
2024-10-24 a7a4e0e6ae09c720e50dc22fc50c67519414067c
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcComponentInfoService.java
@@ -16,4 +16,6 @@
public interface IMdcComponentInfoService extends IService<MdcComponentInfo> {
    IPage<MdcComponentInfo> pageList(Page<MdcComponentInfo> page, MdcComponentInfo mdcComponentInfo, HttpServletRequest req);
    MdcComponentInfo findByComponentNo(String equipmentId, String productNo);
}