| | |
| | | |
| | | 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 |
| | |
| | | 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 ] } |
| | | ] |
| | | |
| | | |
| | | |
| | | |