自动化立体仓库 - WMS系统
zwl
3 天以前 898c06ef86ea9f0c2ed0e196415487359a7e4055
src/main/java/com/zy/common/entity/Parameter.java
@@ -60,4 +60,34 @@
    // 打包下线
    private String packDown;
    // erp上报
    private String erpReport;
    // AGV area A row config
    private String agvArea1Rows;
    // AGV area B row config
    private String agvArea2Rows;
    // AGV area C row config
    private String agvArea3Rows;
    // run2 area A row config
    private String run2Area1Rows;
    // run2 area B row config
    private String run2Area2Rows;
    // run2 area C row config
    private String run2Area3Rows;
    // 高频货物优先放前几列,0 表示关闭
    private String highFreqFrontBayCount;
    // 出库进仓编号 wrk_sts=25 任务数量阀值
    private String outBatchSeqStatus25Threshold;
    // 出库批量建任务优先级递减计数阀值
    private String outOrderBatchPriorityThreshold;
}