陈勇
2026-03-20 dbbd4120b2281f2305c01bd476925f4c170d3722
1
2
3
4
5
6
namespace WIDESEA_IStorageBasicService;
 
public interface IDt_PalletStockInfoDetailService : IService<Dt_PalletStockInfoDetail>
{
    object GetBarcodeDetial(string palletCode);
}