Richtext.php 238 B

123456789101112131415161718
  1. <?php
  2. namespace app\admin\model\shopro\data;
  3. use app\admin\model\shopro\Common;
  4. class Richtext extends Common
  5. {
  6. // 表名
  7. protected $name = 'shopro_data_richtext';
  8. // 追加属性
  9. protected $append = [
  10. ];
  11. }