dengjunjie
2025-10-27 24e1afea871c5f24d6018f560389359e143031cd
1
2
3
4
5
6
namespace WIDESEA_IStorageBasicService;
 
public interface IDt_PalletStockInfoDetailService : IService<Dt_PalletStockInfoDetail>
{
    object GetBarcodeDetial(string palletCode);
}