StatStockInMonthService.php 202 B

123456789101112
  1. <?php
  2. namespace biz\stat\services;
  3. use biz\base\services\BaseService;
  4. class StatStockInMonthService extends BaseService
  5. {
  6. public static $baseFile = '\biz\stat\classes\StatStockInMonthClass';
  7. }