Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
黄奎
mall.oytour.com
Commits
26510c14
Commit
26510c14
authored
Oct 28, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增服务项目字段
parent
1e544ca5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
RB_Stores.cs
Mall.Model/Entity/User/RB_Stores.cs
+5
-0
ContentModule.cs
Mall.Module.User/ContentModule.cs
+1
-0
No files found.
Mall.Model/Entity/User/RB_Stores.cs
View file @
26510c14
...
...
@@ -156,5 +156,10 @@ namespace Mall.Model.Entity.User
get
;
set
;
}
/// <summary>
/// 服务项目
/// </summary>
public
string
ServiceProject
{
get
;
set
;
}
}
}
Mall.Module.User/ContentModule.cs
View file @
26510c14
...
...
@@ -290,6 +290,7 @@ namespace Mall.Module.User
{
nameof
(
RB_Stores_Extend
.
StartTime
),
extModel
.
StartTime
},
{
nameof
(
RB_Stores_Extend
.
EndTime
),
extModel
.
EndTime
},
{
nameof
(
RB_Stores_Extend
.
IsAllDay
),
extModel
.
IsAllDay
},
{
nameof
(
RB_Stores_Extend
.
ServiceProject
),
extModel
.
ServiceProject
},
};
flag
=
storesRepository
.
Update
(
fileds
,
new
WhereHelper
(
nameof
(
RB_Stores_Extend
.
Id
),
extModel
.
Id
));
}
...
...
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