This commit is contained in:
18942506660
2023-10-26 15:07:52 +08:00
parent e911c2c07d
commit 80fa4d2234
6 changed files with 65 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace WMS.Web.Core.Dto
{
public class ChangeBoxRecordQueryRequest
{
}
}