whycq
2024-10-28 f8a5192aa2797e83f5000ff9035f149b0a1b00a1
zy-asrs-common/src/main/java/com/zy/asrs/common/wms/service/WrkDetlLogService.java
@@ -5,4 +5,6 @@
public interface WrkDetlLogService extends IService<WrkDetlLog> {
    boolean saveToHistory(Integer workNo, Long hostId);
}