自动化立体仓库 - WMS系统
1
zhang
11 小时以前 9609e2b096fac01efaa56958042b4175bbc25d5b
1
1个文件已修改
18 ■■■■ 已修改文件
src/main/resources/application-dev.yml 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-dev.yml
@@ -27,10 +27,10 @@
mybatis-plus:
  mapper-locations: classpath:mapper/*.xml
  #  global-config:
  #    field-strategy: 0
#  configuration:
    #    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
    #  global-config:
    #    field-strategy: 0
    #  configuration:
  #    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#    map-underscore-to-camel-case: true
#    cache-enabled: true
#    call-setters-on-nulls: true
@@ -62,6 +62,16 @@
  doubleLocsLeft: 1,5,9,13
  # 右深库位排号
  doubleLocsRight: 4,8,12,16
  #堆垛机号
  crns: [ 1,2,3 ]
  #每台堆垛机负责的巷道所拥有的货架排
  #crnNo是堆垛机编号,rows是排号,也是入库找货架排数的顺序
  groupRows: [
    { crnNo: 1,rows: [ 1,4,2,3 ] },
    { crnNo: 2,rows: [ 5,8,6,7 ] },
    { crnNo: 3,rows: [ 9,12,10,11 ] }
  ]