仪表盘
版本库
文件存储
活动
搜索
登录
ZhiHuiQiCe
/
FangCangZhiNeng
方舱智能密集库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
优化前端
yanjinhui
6 天以前
1d346a70b7f8022a1048086c3691cc654a91f48c
[ZhiHuiQiCe/FangCangZhiNeng.git]
/
代码管理
/
WIDESEA_WMSServer
/
WIDESEA_StorageBasicRepository
/
Stock
/
Dt_PalletStockInfoDetailRepository.cs
1
2
3
4
5
6
7
8
9
namespace WIDESEA_StorageBasicRepository
{
public class Dt_PalletStockInfoDetailRepository : RepositoryBase<Dt_PalletStockInfoDetail>, IDt_PalletStockInfoDetailRepository
{
public Dt_PalletStockInfoDetailRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage)
{
}
}
}