wankeda
2026-01-27 d13e6e7d5df05ba244971d2fabb788ccb0f5c12a
WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/IPalletTypeInfoService.cs
@@ -3,6 +3,7 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WIDESEA_Core;
using WIDESEA_Core.BaseServices;
using WIDESEA_Model.Models;
@@ -10,5 +11,8 @@
{
    public interface IPalletTypeInfoService : IService<Dt_PalletTypeInfo>
    {
        WebResponseContent PrintPalletCode(int num, string palletCodeType);
        string GetOrderPintCode(string printCode,string palletCodeType);
    }
}