仪表盘
版本库
文件存储
活动
搜索
登录
ZhiHuiQiCe
/
FangCangZhiNeng
方舱智能密集库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
添加提示信息前端弹窗显示
dengjunjie
2025-10-28
b9d9c0e91d8bbdf411540daa0d5887140d6327f9
[ZhiHuiQiCe/FangCangZhiNeng.git]
/
代码管理
/
WIDESEA_WMSServer
/
WIDESEA_StorageBasicRepository
/
Stock
/
Dt_PalletStockInfoRepository.cs
1
2
3
4
5
6
7
8
9
namespace WIDESEA_StorageBasicRepository
{
public class Dt_PalletStockInfoRepository : RepositoryBase<Dt_PalletStockInfo>, IDt_PalletStockInfoRepository
{
public Dt_PalletStockInfoRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage)
{
}
}
}