<?php
namespace plugin\marketing\app\model;
use app\model\Basic;
class PluginMarketingCouponServer extends Basic
{
protected $pk='coupon_id';
}