Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
EShop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
EShop
Commits
e760c680
Commit
e760c680
authored
May 09, 2020
by
gdlcf88
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added UserId to PaymentDto and PaymentEto
parent
eef42759
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
PaymentDto.cs
...tracts/EasyAbp/EShop/Payments/Payments/Dtos/PaymentDto.cs
+2
-0
PaymentEto.cs
...main.Shared/EasyAbp/EShop/Payments/Payments/PaymentEto.cs
+2
-0
No files found.
modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Application.Contracts/EasyAbp/EShop/Payments/Payments/Dtos/PaymentDto.cs
View file @
e760c680
...
...
@@ -6,6 +6,8 @@ namespace EasyAbp.EShop.Payments.Payments.Dtos
{
public
class
PaymentDto
:
ExtensibleFullAuditedEntityDto
<
Guid
>
{
public
Guid
UserId
{
get
;
set
;
}
public
string
PaymentMethod
{
get
;
set
;
}
public
string
ExternalTradingCode
{
get
;
set
;
}
...
...
modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Domain.Shared/EasyAbp/EShop/Payments/Payments/PaymentEto.cs
View file @
e760c680
...
...
@@ -6,6 +6,8 @@ namespace EasyAbp.EShop.Payments.Payments
[
Serializable
]
public
class
PaymentEto
{
public
Guid
UserId
{
get
;
set
;
}
public
Guid
Id
{
get
;
set
;
}
public
Guid
?
TenantId
{
get
;
set
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment