1
刘磊
2025-06-10 8a469efbdb0d354fae45c01ea81b9f7b95f4b8b3
1
2
3
4
5
6
namespace WIDESEA_IStorageBasicService;
 
public interface IBoxingInfoDetailService : IService<DtBoxingInfoDetail>
{
    object GetBarcodeDetial(string palletCode);
}