| | |
| | | package com.mes.glassinfo.service; |
| | | |
| | | import com.github.yulichang.base.MPJBaseService; |
| | | import com.mes.engineering.entity.Engineering; |
| | | import com.mes.glassinfo.entity.GlassInfo; |
| | | import com.mes.glassinfo.entity.dto.HollowGlassInfoDTO; |
| | | |
| | |
| | | * 查询小片表 |
| | | * @return List<GlassInfo> |
| | | */ |
| | | List<GlassInfo> selectGlassInfo(String engineeringId); |
| | | List<GlassInfo> selectGlassInfo(Engineering engineeringId); |
| | | /** |
| | | * 保存小片表 |
| | | */ |
| | |
| | | |
| | | |
| | | List<HollowGlassInfoDTO> listBySize(String engineerId); |
| | | |
| | | void deleteTask(String engineerId); |
| | | |
| | | List<GlassInfo> selectEdgGlassInfo(String engineering); |
| | | } |
| | | |