## # Application job 是模块内所有异步任务的基类。 module Unidom module Inventory class ApplicationJob < ActiveJob::Base end end end