#TRS-ZS-81 客户信息配置

This commit is contained in:
汤旺
2024-06-05 14:43:19 +08:00
parent 327a4158a5
commit cbb49d493b
4 changed files with 7 additions and 3 deletions
@@ -346,7 +346,8 @@ namespace YLErp.Modules.ClientModule
}),
new ExcelHelper.DataColumnModel("电子邮箱", "Email", typeof(string)),
new ExcelHelper.DataColumnModel("联系电话", "PhoneNumber", typeof(string)),
};
new ExcelHelper().ListToExcel<ClientDuty>(dc.ToArray(), ret, "客户人员信息", true, out var buffer);