Explorar el Código

update

master
dengbiao hace 2 meses
padre
commit
28265214fc
Se han modificado 2 ficheros con 6 adiciones y 2 borrados
  1. +0
    -2
      src/applet/public/index.php
  2. +6
    -0
      src/common/Model/SelfSupportForSchoolOrd.php

+ 0
- 2
src/applet/public/index.php Ver fichero

@@ -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 Ver fichero

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

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

/**
*
* @var string


Cargando…
Cancelar
Guardar