#
#= banksコントローラー
# Authors:: Kazunori Shimizu
#--
# date        name                   note
# 2013.12.13   Kazunori Shimizu        新規作成
#-------------------------------------------------------------------------------
#++
class StockLocationsController < Comm::BaseController::PermanentMaster
  #== コンストラクタ
  #-----------------------------------------------------------------#++
  def initialize
    @mcls = StockLocation
  end
end
