This commit is contained in:
he
2025-03-06 10:47:54 +08:00
parent 055e085d2a
commit 0f61d746e5
2 changed files with 6 additions and 1 deletions
@@ -33,6 +33,11 @@ public class SysFileTypeAddOrEdit
public string NameCN { get; set; }
/// <summary>
/// 显示顺序
/// </summary>
public int ShowOrder { get; set; }
public SubIdentification SubIdentificationEnum { get; set; }
}