username@email.com
9 天以前 835c429a8c556e1af13beff919e7164bfccf7c6f
Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_CusExtend/Dto/FBS_CusExtendDto.cs
@@ -6,6 +6,8 @@
namespace FZCZTB.Net.CustomerSYSTem;
using FZCZTB.NET.MD.CutomerMd.Extend;
using SqlSugar;
/// <summary>
/// 企业资料输出参数
/// </summary>
@@ -173,4 +175,10 @@
    /// </summary>
    public List<FBS_CoutomerExRoleOutput> ExRoles { get; set; }
    /// <summary>
    /// 银行收款码
    /// </summary>
    public string BankAccountIMG { get; set; }
}