MobileOrderMind.php 256 B

12345678910111213141516
  1. <?php
  2. namespace app\common\model;
  3. use think\Model;
  4. use Yansongda\Supports\Str;
  5. /**
  6. * 配置模型
  7. */
  8. class MobileOrderMind extends Model
  9. {
  10. // 自动写入时间戳字段
  11. protected $autoWriteTimestamp = true;
  12. protected $updateTime=false;
  13. }