Browse Source

修改类型为可空

develop
胡超1 1 year ago
parent
commit
b3346969e8
  1. 2
      Elight.Entity/AppMode/Lawyer/JZML.cs

2
Elight.Entity/AppMode/Lawyer/JZML.cs

@ -58,7 +58,7 @@ namespace Elight.Entity.AppMode.Lawyer
/// <summary>
/// 目录顺序号
/// </summary>
public int mlsxh { get; set; }
public int? mlsxh { get; set; }
[DataMember]
/// <summary>
/// 目录类型 卷,目录看,文件

Loading…
Cancel
Save