| | |
| | | boolean copyStandardProductSort(CopyStandardProductListDto copyStandardProductListDto); |
| | | |
| | | /** |
| | | * 标准树下检验项处理 |
| | | * @param standardProductListDto |
| | | * 标准树下检验项提交 |
| | | */ |
| | | void productListOperate(StandardProductListDto standardProductListDto); |
| | | void productListSubmit(StandardProductListUpdateRecord standardProductListUpdateRecord); |
| | | |
| | | /** |
| | | * 标准树下检验项修改记录分页查询 |
| | | * @param page |
| | | * @param record |
| | | * @return |
| | | * 标准树下检验项审核 |
| | | * @param standardProductListUpdateRecord |
| | | */ |
| | | IPage<StandardProductListUpdateRecord> standardProductListRecordPage(Page page, StandardProductListUpdateRecord record); |
| | | void productListCheck(StandardProductListUpdateRecord standardProductListUpdateRecord); |
| | | } |