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 => '完结自动到帐', - ]; - } -}