10 lines
117 B
PHP
10 lines
117 B
PHP
<?php
|
|
|
|
namespace plugin\finance\app\model;
|
|
|
|
use app\model\Basic;
|
|
|
|
class PluginFinancePaymentNotify extends Basic
|
|
{
|
|
}
|