| | |
| | | /// <summary> |
| | | /// 下单渠道 |
| | | /// </summary> |
| | | public Guid? ChannelId { get; set; } |
| | | public string? ChannelId { get; set; } |
| | | |
| | | } |
| | | |
| | |
| | | |
| | | public string RefundCheckRemark { get; set; } |
| | | } |
| | | |
| | | public class RefundUserLifePayOrderInput : ChannelsBaseInput |
| | | { |
| | | public Guid Id { get; set; } |
| | |
| | | public string ChannlesNum { get; set; } |
| | | |
| | | public decimal ChannlesRate { get; set; } |
| | | |
| | | public decimal ChannlesRakeRate { get; set; } |
| | | |
| | | public LifePaySwitchTypeEnum SwitchType { get; set; } |
| | | |
| | |
| | | /// </summary> |
| | | [StringLength(30, ErrorMessage = "备注信息仅支持填写30个字符。")] |
| | | public string Remark { get; set; } = string.Empty; |
| | | } |
| | | |
| | | public class QueryUserPageInput : ChannelsBaseInput |
| | | { |
| | | /// <summary> |
| | | /// 手机号/用户名 |
| | | /// </summary> |
| | | public string? QueryCondition { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 注册时间 |
| | | /// </summary> |
| | | public DateTime? CreationTimeBegin { get; set; } |
| | | public DateTime? CreationTimeEnd { get; set; } |
| | | } |
| | | |
| | | public class Model_UserAccountExtraProperties |
| | | { |
| | | public string? Name { get; set; } |
| | | |
| | | public string IspCode { get; set; } |
| | | |
| | | public string Phone { get; set; } |
| | | |
| | | public string Remark { get; set; } |
| | | } |