Purchasemonthexport.php 193 B

123456789101112
  1. <?php
  2. namespace app\admin\model;
  3. use think\Model;
  4. class Purchasemonthexport extends Model
  5. {
  6. protected $table = 'purchase_month_export_log';
  7. protected $autoWriteTimestamp = false;
  8. }