server/visits/dmvisit_service/src/main/java/com/doumee/service/business/YwMaterialService.java
@@ -55,6 +55,8 @@ */ void updateByIdInBatch(List<YwMaterial> ywMaterials); void updateStatus(YwMaterial ywMaterials); /** * 主键查询 * @@ -94,4 +96,6 @@ * @return long */ long count(YwMaterial ywMaterial); YwMaterial getDetail(Integer id); }