이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
BPA_MES
/
BPA.FINAL.MES
보기
4
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
1
master
Yanko
2 달 전
부모
bb9060a574
커밋
c0a44024af
2개의 변경된 파일
과
11개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
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
파일 보기
@@ -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; }
쓰기
미리보기
불러오는 중...
취소
저장