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