wankeda
2 天以前 2a32dfbf5fe3b484d1ef6849cd8e322faa70ce14
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_IBasicService/IPalletCodeInfoService.cs
@@ -13,5 +13,22 @@
    public interface IPalletCodeInfoService : IService<Dt_PalletCodeInfo>
    {
        public IRepository<Dt_PalletCodeInfo> Repository { get; }
        /// <summary>
        ///
        /// </summary>
        /// <param name="warehouseId"></param>
        /// <param name="count"></param>
        /// <param name="palletTypeId"></param>
        /// <returns></returns>
        WebResponseContent AddData(int warehouseId, int count, int palletTypeId);
        /// <summary>
        /// æ›´æ–°æ‰“印状态
        /// </summary>
        /// <param name="printCode"></param>
        /// <returns></returns>
        WebResponseContent PrintStatusUp(string printCode);
    }
}