,<,in,like等) * @property integer $sort 排序(越小越靠前) * @property integer $status 状态:1启用 0禁用 * @property string $remark 备注说明 * @property mixed $created_at 创建时间 * @property mixed $updated_at 更新时间 */ class OpmMwPermissionRule extends Base { /** * The table associated with the model. * * @var string */ protected $table = 'opm_mw_permission_rules'; /** * The primary key associated with the table. * * @var string */ protected $primaryKey = 'id'; }