雷神教育集团
2026-03-06 f2392d984123a1402d6c9bab9e5452c7becc8d22
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
<<<<<<< HEAD
=======
using WIDESEAWCS_Core;
>>>>>>> main
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_Model.Models;
 
namespace WIDESEAWCS_IPackInfoService
{
    public interface IStationPackInfoService : IService<Dt_StationPackInfo>
    {
<<<<<<< HEAD
=======
        /// <summary>
        /// 手动清空码垛执行工位数据
        /// </summary>
        /// <param name="taskNum"></param>
        /// <returns></returns>
        WebResponseContent ManualClearPalletStationData(string StationCode);
>>>>>>> main
    }
}