移动系统liao
昨天 9f3ead22a8198d33891a0f8f23faec15dcfc731a
Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_EnterpriseType/Dto/FBS_EnterpriseTypeOutput.cs
@@ -30,8 +30,12 @@
    /// <summary>
    /// 父
    /// </summary>
    public int ParentId { get; set; }
    public long  ParentId { get; set; }
    /// <summary>
    /// 说明
    /// </summary>
    public string? Description { get; set; }
    /// <summary>
    /// 租户Id
    /// </summary>
@@ -69,7 +73,7 @@
    /// <summary>
    /// 子类
    /// </summary>
    public List<FBS_EnterpriseType>? Child { get; set; }
    public List<FBS_EnterpriseTypeOutput>? Child { get; set; }
}