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
1980c6b3
Commit
1980c6b3
authored
Jan 30, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
0293d2a6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
241 additions
and
26 deletions
+241
-26
Mall.Education.csproj
Mall.Education/Mall.Education.csproj
+3
-2
RB_Goods_OrderDetail.cs
Mall.Model/Entity/Product/RB_Goods_OrderDetail.cs
+5
-0
ProductModule.cs
Mall.Module.Product/ProductModule.cs
+233
-24
No files found.
Mall.Education/Mall.Education.csproj
View file @
1980c6b3
...
...
@@ -51,8 +51,9 @@
<Reference
Include=
"Aliyun.OSS, Version=2.11.0.0, Culture=neutral, PublicKeyToken=0ad4175f0dac0b9b, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Aliyun.OSS.SDK.2.11.0\lib\net45\Aliyun.OSS.dll
</HintPath>
</Reference>
<Reference
Include=
"Aspose.Pdf, Version=17.1.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Aspose.Pdf.17.1.0\lib\net40-client\Aspose.Pdf.dll
</HintPath>
<Reference
Include=
"Aspose.PDF, Version=23.4.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Aspose.PDF.23.4.0\lib\net4.0\Aspose.PDF.dll
</HintPath>
<Private>
True
</Private>
</Reference>
<Reference
Include=
"Aspose.Slides, Version=17.1.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Aspose.Slides.NET.17.1\lib\net4.0-client\Aspose.Slides.dll
</HintPath>
...
...
Mall.Model/Entity/Product/RB_Goods_OrderDetail.cs
View file @
1980c6b3
...
...
@@ -419,5 +419,10 @@ namespace Mall.Model.Entity.Product
/// 耗材对应的ID
/// </summary>
public
int
MaterialId
{
get
;
set
;
}
/// <summary>
/// 和平商旅下单自定义表单内容
/// </summary>
public
string
CustomFormInfo
{
get
;
set
;
}
}
}
Mall.Module.Product/ProductModule.cs
View file @
1980c6b3
This diff is collapsed.
Click to expand it.
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