<?php namespace app\common\state; class ProjectState { public const TALENT = 1; //人才认定 public const INTEGRAL = 20; //积分申报 }