wms接入redis

This commit is contained in:
qianjiawei
2023-12-12 13:56:55 +08:00
parent 8712508b84
commit 581242f547
3 changed files with 49 additions and 7 deletions

View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
{
public class CheckPutInput
{
public string point_code { get; set; }
}
}