Tjiny
2025-05-19 973725cadbe4ff18d91c8262f232875411a93ebf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
using System.Web.Http;
using HH.WCS.Mobox3.HaiCheng.Controller.Service;
using HH.WCS.Mobox3.HaiCheng.Entity.Dto;
 
namespace HH.WCS.Mobox3.HaiCheng.Controller
{
    /// <summary>
    /// 四向车
    /// </summary>
    public class FourWayCarController : ApiController
    {
        // /// <summary>
        // /// 四向车任务完成(入库)
        // /// </summary>
        // /// <param name="id"></param>
        // /// <returns></returns>
        // public ResultDto<string> TaskAccomplish(string id)
        // {
        //     return FourWayCarService.TaskAccomplish(id);
        // }
    }
}