Commit 234d45b5 by ruyun.zhang

科室详情别名

parent 521bc703
......@@ -9,8 +9,12 @@ public class UniteDeptDetailItem
public string ParentId { get; set; }
public int SheetType { get; set; }
public string Title { get; set; }
public string Alias { get; set; }
public bool IsAllowAlias { get; set; } = false;
public string Remark { get; set; }
public bool IsAllowRemark { get; set; } = true;
public string Format { get; set; }
public bool IsAllowFormat { get; set; } = true;
public int Sort { get; set; }
public string Display { get; set; }
public List<UniteDeptDetailItem> Children { 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