value
2023-08-31 34abd07d1567dd0757113c822e9a7dfc4a4cc1d1
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);
}