XiaoRuby
2023-08-26 eb34edfc7cf46e5cb5e3969d04315e6129dcbbd2
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);
}