skyouc
3 天以前 b103e4b52215a8178adb05fe501a719ee4be235f
rsf-server/src/main/java/com/vincent/rsf/server/api/service/ReceiveMsgService.java
@@ -65,4 +65,20 @@
     * @version 1.0
     */
    R syncMatGroups(List<SyncMatGroupsParams> matGroupsParams);
    /**
     * @author Ryan
     * @date 2025/8/18
     * @description: 库区同步
     * @version 1.0
     */
    R syncWarehouseAreas(List<LocAreasParams> areasParams);
    /**
     * @author Ryan
     * @date 2025/8/18
     * @description: 仓库信息同步
     * @version 1.0
     */
    R syncWarehouse(List<WarehouseParams> warehouses);
}