使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
BPA_MES
/
BPA.FINAL.MES
关注
4
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
1
master
Yanko
2 个月前
父节点
bb9060a574
当前提交
c0a44024af
共有
2 个文件被更改
,包括
11 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 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
查看文件
@@ -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
查看文件
@@ -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; }
撰写
预览
正在加载...
取消
保存