订单、账号添加代理商标记

This commit is contained in:
“wanyongkang”
2021-02-19 15:26:36 +08:00
parent 6e890acbd7
commit 57bac48c78
4 changed files with 6 additions and 2 deletions

View File

@@ -49,5 +49,6 @@ namespace Hncore.Pass.Vpn.Domain
}
public string Raw { get; set; }
public int agent_id {get; set;}
}
}

View File

@@ -51,7 +51,7 @@ namespace Hncore.Pass.Vpn.Domain
public decimal? BackAmount { get; set; } = 0;
public string RefundReason { get; set; }
public int agent_id {get; set;}
}
}

View File

@@ -78,6 +78,7 @@ namespace Hncore.Pass.Vpn.Domain
public int? ManagerId { get; set; } = 0;
public string ManagerName { get; set; }
public int is_verify { get; set; }
public int agent_id {get; set;}
}
}