| | |
| | | |
| | | FinishedGlassShelfInformation getSelectFinishedGlassShelfInformationById(Long id); |
| | | |
| | | FinishedGlassShelfInformation getSelectFinishedGlassShelfInformationByGlassShelfnumber(String glassShelfnumber); |
| | | |
| | | List<Map<String, Object>> getSelectFinishedGlassShelfInformationInId(@Param("ids") List<Long> ids); |
| | | |
| | | boolean deleteFinishedGlassShelfInformationById(Long id); |
| | |
| | | boolean updateInformationAvailableQuantityInt(@Param("finishedGlassShelfEmitDetails") FinishedGlassShelfEmitDetails finishedGlassShelfEmitDetails); |
| | | |
| | | boolean insertFinishedGlassShelfEmitDetailsLog(String emitId,Integer emitNumber,Integer type,String glassShelfNumber,String glassShelfName,Integer quantity, |
| | | Double price,Double money,String unit,String remarks); |
| | | Double price,Double money,String unit,String remarks,Double maxWeight,Double maxWidth,Double maxHeight); |
| | | |
| | | List<FinishedGlassShelfEmit> getSelectFinishedGlassShelfEmit(@Param("offset") Integer offset, |
| | | @Param("pageSize") Integer pageSize, String startDate, String endDate, |