| | |
| | | import com.github.yulichang.base.MPJBaseService; |
| | | import com.mes.damage.entity.Damage; |
| | | import com.mes.damage.entity.DamagePrint; |
| | | import com.mes.pp.entity.ReportingWork; |
| | | import com.mes.pp.entity.ReportingWorkDetail; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | List<Damage> selectDamage(String startTime, String endTime, int type, int status, String workingProcedure); |
| | | |
| | | void submitDamage(List<Damage> damageList); |
| | | |
| | | void submitReport(Damage damage); |
| | | |
| | | /** |
| | | * 单个破损 |
| | |
| | | List<DamagePrint> selectDamagePrintDetails(Damage damage); |
| | | |
| | | void deleteByGlassId(String glassId); |
| | | |
| | | void sendToERP(ReportingWork reportingWork, List<ReportingWorkDetail> reportingWorkDetails); |
| | | } |