CpsTemplate.php 198 B

123456789101112
  1. <?php
  2. namespace app\common\model;
  3. /**
  4. * 渠道冻结表
  5. * @author Administrator
  6. */
  7. class CpsTemplate extends \think\Model
  8. {
  9. protected $pk = 'id';
  10. protected $table= 'cy_cps_template';
  11. }