SCanGenerateProduct.php 338 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: Administrator
  5. * Date: 2019/2/26 0026
  6. * Time: 10:06
  7. */
  8. class SCanGenerateProduct extends MyActiveRecord
  9. {
  10. public static function model($className = __CLASS__){
  11. return parent::model($className);
  12. }
  13. public function tableName(){
  14. return 'can_generate_product';
  15. }
  16. }