You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SettingSmsModel.php 272B

123456789101112
  1. <?php
  2. namespace app\model\store\setting;
  3. use app\common\model\CommonModel;
  4. class SettingSmsModel extends CommonModel{
  5. protected $name = 'beautiful_setting_sms';
  6. protected $pk = 'setting_sms_id';
  7. protected $type=[
  8. 'boss_mobiles'=>'array'
  9. ];
  10. }