自动化立体仓库 - WMS系统
#
lty
5 天以前 7fdb8a4e5ea1df7242f0ad6597ccb3e830826af0
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;
}