Commit 5773f064 by ruyun.zhang

显示设置报错及应用

parent 6a117cdf
...@@ -5,6 +5,8 @@ namespace Performance.DtoModels ...@@ -5,6 +5,8 @@ namespace Performance.DtoModels
{ {
public class UniteDeptDetailItem public class UniteDeptDetailItem
{ {
public string Id { get; set; }
public string ParentId { get; set; }
public int SheetType { get; set; } public int SheetType { get; set; }
public string Title { get; set; } public string Title { get; set; }
public string Remark { get; set; } public string Remark { get; set; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment