自动化立体仓库 - WMS系统
lty
2026-01-14 1995bf7ac28f2648bd157692bf2f531ea1f6b6c9
src/main/java/com/zy/common/properties/SlaveProperties.java
@@ -1,5 +1,6 @@
package com.zy.common.properties;
import com.zy.common.model.LocGroupOrder;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@@ -25,4 +26,6 @@
    private int groupCount;
    private List<LocGroupOrder> locGroupAscOrder;
}