叶松
2023-11-27 19eefcf5f39fd6ae3e161f978b74d92353585fc7
hd/pipe/engineeringManage/src/main/java/com/thhy/engineering/modules/biz/moldquality/mapper/MoldQualityMapper.java
@@ -1,7 +1,6 @@
package com.thhy.engineering.modules.biz.moldquality.mapper;
import com.thhy.engineering.modules.biz.moldquality.entity.MoldQualityEntity;
import com.thhy.general.common.BasicResult;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@@ -29,7 +28,7 @@
   List<Map> getMoldNum(String proId);
   List<Map> getMoldCode(String proId);
   List<Map> getMoldCode(Map<String, Object> map);
   Map getMoldByProIdAndModNumAndModCode(Map<String,Object> map);
}