fix: 修改GetBackClientUsers中的UserChannleDto
| | |
| | | public Guid Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 渠道num |
| | | /// </summary> |
| | | public string ChannlesNum { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 渠道名 |
| | | /// </summary> |
| | | public string Name { get; set; } |
| | |
| | | select new UserChannleDto |
| | | { |
| | | Id = c.Id, |
| | | ChannlesNum = c.ChannlesNum, |
| | | Name = c.ChannlesName, |
| | | }, |
| | | Remark = u.Remark, |
| | |
| | | 渠道Id |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.UserChannleDto.ChannlesNum"> |
| | | <summary> |
| | | 渠道num |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.UserChannleDto.Name"> |
| | | <summary> |
| | | 渠道名 |