1
dengjunjie
9 天以前 098055c5414023bce83999290082144ffe787e4f
1
2
3
4
5
6
namespace WIDESEA_IStorageBasicService;
 
public interface IDt_PalletStockInfoDetailService : IService<Dt_PalletStockInfoDetail>
{
    object GetBarcodeDetial(string palletCode);
}