1
WINDOWS-F96JH03\Kain
2026-03-17 5f75a12d74d353470381c0d6a39affb0a61e0ad1
1
2
3
4
5
6
namespace WIDESEA_IStorageBasicService;
 
public interface IDt_PalletStockInfoDetailService : IService<Dt_PalletStockInfoDetail>
{
    object GetBarcodeDetial(string palletCode);
}