自动化立体仓库 - WMS系统
#
lsh
2024-07-26 e28217b3effeb811484f1acd596966ce91c7bb57
src/main/java/com/zy/asrs/service/WrkMastExecuteService.java
@@ -4,5 +4,6 @@
import com.baomidou.mybatisplus.service.IService;
public interface WrkMastExecuteService extends IService<WrkMastExecute> {
    boolean save(int[] excute);
//    boolean save(int[] excute);
    WrkMastExecute selectIoTypeAndWekSts(int[] excute);
}