From 4a67687b9f7984de60b232fbee45e40176a4c99f Mon Sep 17 00:00:00 2001 From: liapples Date: Wed, 18 Aug 2021 00:04:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=90=86=E5=95=86=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=B8=B8=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Common/AgentType.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/Common/AgentType.php diff --git a/app/Common/AgentType.php b/app/Common/AgentType.php new file mode 100644 index 0000000..b73bb0f --- /dev/null +++ b/app/Common/AgentType.php @@ -0,0 +1,24 @@ + '计调版旅行社', + self::SUPPLIER => '供应商旅行社', + self::CLUSTER => '组团版旅行社', + ]; + } +}