From 3e8b75a97f8c48b0f86b5b6bda6397948fd56ba1 Mon Sep 17 00:00:00 2001 From: liapples Date: Thu, 19 Aug 2021 16:31:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B0=E8=B4=A6=E6=96=B9=E5=BC=8F=E5=B7=B2?= =?UTF-8?q?=E7=BB=8F=E4=B8=8D=E9=9C=80=E8=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Common/Settlement.php | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 app/Common/Settlement.php diff --git a/app/Common/Settlement.php b/app/Common/Settlement.php deleted file mode 100644 index 1d4d5fe..0000000 --- a/app/Common/Settlement.php +++ /dev/null @@ -1,24 +0,0 @@ - '即时到帐', - self::APPOINT => '约定到帐', - self::FINISHED => '完结自动到帐', - ]; - } -}