仪表盘
版本库
文件存储
活动
搜索
登录
ZhuHaiChuangZhi
/
ChangWenJingZhi382-01
382-01常温静置库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
优化时间段查询不出数据问题,PDA出库抽检出库任务卡控
huangxiaoqiang
5 天以前
74d731cd8ac6bd995fbda485ee3371300af29a74
[ZhuHaiChuangZhi/ChangWenJingZhi382-01.git]
/
项目代码
/
WMS
/
WIDESEA_WMSServer
/
WIDESEA_WMSServer
/
Controllers
/
Basic
/
PointStackerRelationController.cs
1
2
3
4
5
6
7
8
9
10
namespace WIDESEA_WMSServer.Controllers;
[Route("api/[controller]")]
[ApiController]
public class PointStackerRelationController : ApiBaseController<IPointStackerRelationService, PointStackerRelation>
{
public PointStackerRelationController(IPointStackerRelationService service) : base(service)
{
}
}