仪表盘
版本库
文件存储
活动
搜索
登录
邓俊杰
/
TaiYuanTaiZhong
分支自
SuZhouGuanHong/TaiYuanTaiZhong
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
AGV任务删除功能,取空托任务逻辑优化,检测上料任务下发逻辑优化(AGV备料两个)
dengjunjie
2024-05-16
cfea43fe783cdb99faa14f59845e41cfcda7d974
[~dengjunjie/TaiYuanTaiZhong.git]
/
代码管理
/
WMS
/
WMS_Server
/
WIDESEA_Core
/
ModelBinder
/
BinderObject.cs
1
2
3
4
5
6
7
8
9
10
using
System
;
namespace WIDESEA_Core
.
ModelBinder
{
public
class
BinderObject
<
T
>
where
T
:
class
{
public
Type
ModelType
{
get
;
set
;
}
public
Action
<
Func
<
T
,
object
>>
Filter
{
get
;
set
;
}
}
}