mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:43:26 +08:00
【新增】后台提现审核功能增加【企业付款到零钱】【企业付款到银行卡】
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user