Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
SmartCanteen
/
smart_canteen_pay
Seguir
2
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
update
master
dengbiao
hace 2 meses
padre
d588b887c3
commit
28265214fc
Se han
modificado 2 ficheros
con
6 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-2
src/applet/public/index.php
+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
Escribir
Vista previa
Cargando…
Cancelar
Guardar