<?php namespace app\common\enum; /** * 服务产品 */ class GoodsEnum { //服务支付类别 //预支付 const UNGOODS_PAYMENT_TYPE = 1; const ISGOODS_PAYMENT_TYPE = 2; }