Browse Source

update

master
dengbiao 2 months ago
parent
commit
28265214fc
2 changed files with 6 additions and 2 deletions
  1. +0
    -2
      src/applet/public/index.php
  2. +6
    -0
      src/common/Model/SelfSupportForSchoolOrd.php

+ 0
- 2
src/applet/public/index.php View File

@@ -1,6 +1,4 @@
<?php
echo phpinfo();
exit();
include __DIR__ . '/../app/config/config.php';
include __DIR__ . '/../app/config/loader.php';
include __DIR__ . '/../app/config/di.php';


+ 6
- 0
src/common/Model/SelfSupportForSchoolOrd.php View File

@@ -113,6 +113,12 @@ class SelfSupportForSchoolOrd extends BasicModel
*/
public $trade_amount;

/**
*
* @var double
*/
public $refund_amount;

/**
*
* @var string


Loading…
Cancel
Save