【新增】后台提现审核功能增加【企业付款到零钱】【企业付款到银行卡】

This commit is contained in:
大灰灰
2022-07-05 22:46:27 +08:00
parent 4151efda10
commit c49b12b0d0
15 changed files with 700 additions and 91 deletions

View File

@@ -140,4 +140,26 @@ namespace CoreCms.Net.Model.FromBody
/// </summary>
public string propsDate { get; set; }
}
public class FMUserTocash
{
/// <summary>
/// 提现记录序列
/// </summary>
public int id { get; set; }
/// <summary>
/// 设置状态
/// </summary>
public int status { get; set; }
/// <summary>
/// 提现方式
/// </summary>
public int type { get; set; }
}
}