自动化立体仓库 - WMS系统
#
Junjie
2025-10-21 518121d2718b87d99b12c1b29601dd2c07f6f42d
src/main/resources/application.yml
@@ -13,6 +13,10 @@
    jdbc-url: jdbc:sqlserver://127.0.0.1:1433;databasename=ytflasrs
    username: sa
    password: sa@123
  task:
    scheduling:
      pool:
        size: 5
  mvc:
@@ -28,6 +32,9 @@
      maxRequestSize: 100MB
other:
  datasource:
#    jdbc-url: jdbc:mysql://127.0.0.1:3306/wmsdata
#    username: root
#    password: root
    jdbc-url: jdbc:mysql://192.168.5.61:3306/wmsdata
    username: liku
    password: 123456
@@ -57,13 +64,13 @@
  # 双深
  doubleDeep: true
  # 双深库位排号
  doubleLocs: 1,4,5,8,9,12,13,16
  doubleLocs: 3,4,7,10,11,14,15,18,19,22,23,26
  # 一个堆垛机负责的货架排数
  groupCount: 4
  # 左深库位排号
  doubleLocsLeft: 1,5,9,13
  doubleLocsLeft: 4,7,11,15,19,23
  # 右深库位排号
  doubleLocsRight: 4,8,12,16
  doubleLocsRight: 3,10,14,18,22,26
# wms参数配置
wms-parameter:
  # 自动补空板功能开关
@@ -75,13 +82,14 @@
  # 自动移库功能开关 穿梭
  autoLocMoveUnilateralBoolean: false
wcs:
  url: 127.0.0.1:9090/flsbwcs
# 用友NC对接
NYNC:
  ip: http://192.168.5.200
  port: 1105
  pageSize: 500
  ip: http://192.168.5.160
  port: 8088
  pageSize: 100
  #1.销售出库单参照发货单新增
  saveRefDelivery: /nccloud/api/ic/saleout/saveRefDelivery
  #2.其他入库单参照转库新增
@@ -92,6 +100,8 @@
  whstrans: /nccloud/api/ic/whstrans/save
  #4.2其他出库单新增
  generalout: /nccloud/api/ic/generalout/save
  #盘点单新增
  invcountAdd: /nccloud/api/ic/invcount/save
  #4.3.其他入库单参照转库新增
  #saveRefWhsTrans: http://ip:port/nccloud/api/ic/generalin/saveRefWhsTrans
  #5.1新增转库单
@@ -101,7 +111,7 @@
  #5.3.其他入库单参照转库新增
  #saveRefWhsTrans: http://ip:port/nccloud/api/ic/generalin/saveRefWhsTrans
  #6.调拨订单查询
  #saveRefWhsTrans: http://ip:port/nccloud/api/ic/generalin/saveRefWhsTrans
  dbdd: /nccloud/api/ic/transout/wmsSave
  #7.盘点单查询
  invcount: http://ip:port/nccloud/api/ic/invcount/query