| | |
| | | package com.ruoyi.inspect.service; |
| | | |
| | | import com.ruoyi.basic.dto.IfsInventoryQuantityDto; |
| | | import com.ruoyi.inspect.dto.IfsPartPropsRecordDTO; |
| | | import com.ruoyi.inspect.pojo.IfsPartPropsRecord; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | |
| | | boolean saveOrUpdateProps(IfsPartPropsRecordDTO ifsPartPropsRecord); |
| | | |
| | | IfsPartPropsRecord getOneByIfsId(Long ifsId); |
| | | |
| | | IfsPartPropsRecordDTO getOneByContract(IfsInventoryQuantityDto ifsInventoryQuantityDto); |
| | | |
| | | IfsPartPropsRecordDTO getIfsPartProps(IfsInventoryQuantityDto ifsPartPropsRecordDTO); |
| | | } |