公告板
版本库
filestore
活动
搜索
登录
WMSPrjInstance
/
HH-0169_GuoKeHengXiangZhiNengCangChu
国科恒翔智能仓储
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
出库单接口增加工厂和仓库常量获取
Jianw
2025-05-14
29f8b36ebb718d2051bf0e7e701973ec4419ee80
[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