This commit is contained in:
@@ -32,6 +32,7 @@ type DeviceImportPayload struct {
|
||||
type DeviceBatchAllocationExecutor interface {
|
||||
AllocateDevices(ctx context.Context, req *dto.AllocateDevicesRequest, operatorID uint, operatorShopID *uint) (*dto.AllocateDevicesResponse, error)
|
||||
BatchSetSeriesBinding(ctx context.Context, req *dto.BatchSetDeviceSeriesBindngRequest, operatorShopID *uint) (*dto.BatchSetDeviceSeriesBindngResponse, error)
|
||||
RecallDevices(ctx context.Context, req *dto.RecallDevicesRequest, operatorID uint, operatorShopID *uint) (*dto.RecallDevicesResponse, error)
|
||||
}
|
||||
|
||||
type DeviceImportHandler struct {
|
||||
|
||||
Reference in New Issue
Block a user