zhoushihao
2024-05-10 69e3dd71185b1cdaf524a4d2a25bf9648bd02ff4
hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java
@@ -1,7 +1,6 @@
package com.mes.glassinfo.service;
import com.mes.glassinfo.entity.GlassInfo;
import com.baomidou.mybatisplus.extension.service.IService;
import com.github.yulichang.base.MPJBaseService;
import java.util.List;
@@ -16,4 +15,7 @@
public interface GlassInfoService extends MPJBaseService<GlassInfo> {
      List<GlassInfo> selectGlassInfo(String engineeringId);
      void saveGlassInfo(List<GlassInfo> glassinfo);
}