MobilePriceLog.php 228 B

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