公告板
版本库
filestore
活动
搜索
登录
main
/
JC26WMS
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改系统问题
bklLiudl
2024-08-23
7fc23d00b91d52c4c0b84fc4a4c2211607ca634d
[JC26WMS.git]
/
Wms
/
WMS.IBLL
/
IBllMoveServer
/
IPalletMoveServer.cs
1
2
3
4
5
6
7
8
9
10
using System;
using System.Collections.Generic;
using System.Text;
namespace WMS.IBLL.IBllMoveServer
{
public interface IPalletMoveServer
{
}
}