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