Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
BPA_MES
/
BPA.FINAL.MES
Segui
4
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
1
master
Yanko
2 mesi fa
parent
bb9060a574
commit
c0a44024af
2 ha cambiato i file
con
11 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+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
Vedi File
@@ -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
Vedi File
@@ -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; }
Scrivi
Anteprima
Caricamento…
Annulla
Salva