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
4f2a751e
Commit
4f2a751e
authored
Sep 01, 2020
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提及到
parent
11d681a2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
61 additions
and
1 deletion
+61
-1
RB_GuideCar_SiteRegion.cs
Mall.Model/Entity/GuideCar/RB_GuideCar_SiteRegion.cs
+48
-0
RB_GuideCar_SiteRegionRepository.cs
Mall.Repository/GuideCar/RB_GuideCar_SiteRegionRepository.cs
+12
-0
Mall.WindowsService.csproj.user
Mall.WindowsService/Mall.WindowsService.csproj.user
+1
-1
No files found.
Mall.Model/Entity/GuideCar/RB_GuideCar_SiteRegion.cs
0 → 100644
View file @
4f2a751e
using
VT.FW.DB
;
using
Mall.Common.Enum.MallBase
;
using
System
;
using
System.Collections.Generic
;
using
System.Text
;
namespace
Mall.Model.Entity.BaseSetUp
{
/// <summary>
/// 运费规则地区
/// </summary>
[
Serializable
]
[
DB
(
ConnectionName
=
"DefaultConnection"
)]
public
class
RB_GuideCar_SiteRegion
{
/// <summary>
/// 价格
/// </summary>
public
int
RulesPriceId
{
get
;
set
;
}
/// <summary>
/// 地区id
/// </summary>
public
int
RegionId
{
get
;
set
;
}
public
int
ID
{
get
;
set
;
}
/// <summary>
/// 商户id
/// </summary>
public
int
TenantId
{
get
;
set
;
}
/// <summary>
/// 小程序id
/// </summary>
public
int
MallBaseId
{
get
;
set
;
}
public
RulesTypeEnum
RulesType
{
get
;
set
;
}
public
int
Status
{
get
;
set
;
}
public
DateTime
CreateDate
{
get
;
set
;
}
public
DateTime
UpdateDate
{
get
;
set
;
}
}
}
Mall.Repository/GuideCar/RB_GuideCar_SiteRegionRepository.cs
0 → 100644
View file @
4f2a751e
using
Mall.Model.Entity.BaseSetUp
;
using
System
;
using
System.Collections.Generic
;
using
System.Text
;
namespace
Mall.Repository.GuideCar
{
public
class
RB_GuideCar_SiteRegionRepository
:
BaseRepository
<
RB_GuideCar_SiteRegion
>
{
}
}
Mall.WindowsService/Mall.WindowsService.csproj.user
View file @
4f2a751e
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"Current"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
ToolsVersion=
"Current"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<PropertyGroup>
<_LastSelectedProfileId>
F:\工作\微途\外网代码\mall.oytour.com_2
\Mall.WindowsService\Properties\PublishProfiles\FolderProfile.pubxml
</_LastSelectedProfileId>
<_LastSelectedProfileId>
D:\project\GitProject\Shopping
\Mall.WindowsService\Properties\PublishProfiles\FolderProfile.pubxml
</_LastSelectedProfileId>
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<Compile
Update=
"WindowsService.cs"
>
<Compile
Update=
"WindowsService.cs"
>
...
...
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