Fixiaobai
2023-08-30 6cd215389e72e5c12be9e5ee124b470b9d620f4d
inspection-server/src/main/java/com/yuanchu/limslaboratory/service/PlanService.java
@@ -35,4 +35,19 @@
     * @return
     */
    String distribution(Integer id, Integer userId, Integer instrumentId);
    /**
     * 检验
     * @param id
     * @param value
     * @return
     */
    Integer check(Integer id, String value);
    /**
     * 上报
     * @param id
     * @return
     */
    String reported(Integer id);
}