zhengyuxuan
2025-04-01 fd3e97754de475f094fb59c83b3a469c9004ad3b
Merge branch 'dev-lifepay-v1.3' of http://120.26.58.240:8888/r/LifePaymentApi into dev-lifepay-v1.3
3个文件已修改
11 ■■■■■ 已修改文件
LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Application/User/UserRoleService.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs
@@ -252,6 +252,11 @@
        public Guid Id { get; set; }
        /// <summary>
        /// 渠道num
        /// </summary>
        public string ChannlesNum { get; set; }
        /// <summary>
        /// 渠道名
        /// </summary>
        public string Name { get; set; }
LifePayment/LifePayment.Application/User/UserRoleService.cs
@@ -63,6 +63,7 @@
                        select new UserChannleDto
                        {
                            Id = c.Id,
                            ChannlesNum = c.ChannlesNum,
                            Name = c.ChannlesName,
                        },
                Remark = u.Remark,
LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml
@@ -2845,6 +2845,11 @@
            渠道Id
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserChannleDto.ChannlesNum">
            <summary>
            渠道num
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserChannleDto.Name">
            <summary>
            渠道名