wankeda
2026-01-19 e83c793bebdb1b9ecdcd79fab8d83fd167baa817
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);
    }
}