Fixiaobai
2023-08-30 3ee72d58c683fc81adab19b58ccfe0f95d1322cb
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);
}