自动化立体仓库 - WMS系统
whycq
2024-05-29 683c0e046f1d4363f87633104969a91ffe275da6
src/main/java/com/zy/asrs/service/WrkMastLogService.java
@@ -5,4 +5,6 @@
public interface WrkMastLogService extends IService<WrkMastLog> {
    boolean save(Integer workNo);
}