公告板
版本库
filestore
活动
搜索
登录
WMSPrjInstance
/
HH-0169_GuoKeHengXiangZhiNengCangChu
国科恒翔智能仓储
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
回调GK-API-08 v02->v04
wsz
2025-06-10
4be5e6f4ae34bcb7cb47f05816421459bbfaedf1
[WMSPrjInstance/HH-0169_GuoKeHengXiangZhiNengCangChu.git]
/
lua_code
/
lualibs
/
xml2lua-master
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
all:
luarocks make
test:
docker-compose run --rm test
lint:
docker-compose run --rm lint
clean:
find . -name '*~' -delete
.PHONY: lint test all example5 clean