|
|
@ -17,6 +17,7 @@ using NPOI.Util;
|
|
|
|
using StackExchange.Profiling.Internal;
|
|
|
|
using StackExchange.Profiling.Internal;
|
|
|
|
using Microsoft.AspNetCore.Authorization;
|
|
|
|
using Microsoft.AspNetCore.Authorization;
|
|
|
|
using static NPOI.HSSF.Util.HSSFColor;
|
|
|
|
using static NPOI.HSSF.Util.HSSFColor;
|
|
|
|
|
|
|
|
using TinyPinyin;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Myshipping.Core.Service
|
|
|
|
namespace Myshipping.Core.Service
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -399,7 +400,7 @@ namespace Myshipping.Core.Service
|
|
|
|
FullName = dto.Name,
|
|
|
|
FullName = dto.Name,
|
|
|
|
Email = dto.Email,
|
|
|
|
Email = dto.Email,
|
|
|
|
Tel = dto.Phone,
|
|
|
|
Tel = dto.Phone,
|
|
|
|
CodeName = "",
|
|
|
|
CodeName = PinyinHelper.GetPinyinInitials(shortName),
|
|
|
|
ShortName = shortName,
|
|
|
|
ShortName = shortName,
|
|
|
|
DjyGid = dto.DjyGid,
|
|
|
|
DjyGid = dto.DjyGid,
|
|
|
|
PropString = "[consignor]"
|
|
|
|
PropString = "[consignor]"
|
|
|
|