入库申请,新增条码打印功能

This commit is contained in:
yang.lee
2023-12-17 20:30:24 +08:00
parent 1a5e38b9d9
commit 0888719b39
4 changed files with 85 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{
"Cache": {
"CacheType": "RedisCache", //MemoryCache
"ip": "192.168.11.109",
"ip": "localhost",
"port": 6379,
"password": "05jWEoJa8v",
"RedisConnectionString": "{0}:{1},password={2}, poolsize=500,ssl=false,defaultDatabase=0"