Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
BPA_MES
/
BPA.FINAL.MES
Seguir
4
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
1
master
Yanko
hace 2 meses
padre
bb9060a574
commit
c0a44024af
Se han
modificado 2 ficheros
con
11 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+6
-1
backend/BPA.MES.Base.Application/BPA.MES.Base.Application.xml
+5
-1
backend/BPA.MES.Base.Application/Services/SystemService/Dtos/ModuleTreeOutput.cs
+ 6
- 1
backend/BPA.MES.Base.Application/BPA.MES.Base.Application.xml
Ver fichero
@@ -10864,7 +10864,12 @@
</member>
<member name="P:BPA.MES.Base.Application.ModuleTreeOutput.Url">
<summary>
地址
路由
</summary>
</member>
<member name="P:BPA.MES.Base.Application.ModuleTreeOutput.Component">
<summary>
路径
</summary>
</member>
<member name="P:BPA.MES.Base.Application.ModuleTreeOutput.Sort">
+ 5
- 1
backend/BPA.MES.Base.Application/Services/SystemService/Dtos/ModuleTreeOutput.cs
Ver fichero
@@ -39,10 +39,14 @@
public string Icon { set; get; }
/// <summary>
///
地址
///
路由
/// </summary>
public string Url { set; get; }
/// <summary>
/// 路径
/// </summary>
public string Component { get; set; }
/// <summary>
/// 排序码
/// </summary>
public int Sort { set; get; }
Escribir
Vista previa
Cargando…
Cancelar
Guardar