<?php namespace app\model; class AccountStar extends Base { public const TYPE_MANAGER = 'manager';//负责人 public const TYPE_WORKER = 'worker';//工人 }