This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
BPA_MES
/
BPA.FINAL.MES
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
master
Yanko
3 weeks ago
parent
bb9060a574
commit
c0a44024af
2 changed files
with
11 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View 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
View 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; }
Write
Preview
Loading…
Cancel
Save