MobileOrderStatus.php 220 B

123456789101112131415
  1. <?php
  2. namespace app\common\model;
  3. use think\Model;
  4. use Yansongda\Supports\Str;
  5. /**
  6. * 配置模型
  7. */
  8. class MobileOrderStatus extends Model
  9. {
  10. protected $autoWriteTimestamp=true;
  11. protected $updateTime=null;
  12. }