<?php namespace app\common\enum; class WorkEnum { //工单结算状态 const UN_PAY_STATUS = 0; const IS_PAY_STATUS = 1; const EN_PAY_STATUS = 2; }