| | |
| | | import com.github.yulichang.base.MPJBaseService; |
| | | import com.mes.damage.entity.Damage; |
| | | import com.mes.damage.entity.DamagePrint; |
| | | import com.mes.damage.entity.dto.DamageDTO; |
| | | import com.mes.opctask.entity.LoadGlassDeviceTaskHistory; |
| | | import com.mes.pp.entity.ReportingWork; |
| | | import com.mes.pp.entity.ReportingWorkDetail; |
| | |
| | | */ |
| | | public interface DamageService extends MPJBaseService<Damage> { |
| | | |
| | | Page<Damage> selectDamage( |
| | | Page<DamageDTO> selectDamage( |
| | | String startTime, |
| | | String endTime, |
| | | int type, |
| | |
| | | void deleteByGlassId(String glassId); |
| | | |
| | | Boolean sendToERP(ReportingWork reportingWork, List<ReportingWorkDetail> reportingWorkDetails, Boolean type); |
| | | |
| | | List<Damage> queryUnTempByFlowCardId(String flowCardId); |
| | | } |