edit type
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2023-10-04 14:45:08 +07:00
parent cbddecb9d5
commit e30767101c
9 changed files with 18 additions and 17 deletions

View File

@@ -18,11 +18,11 @@ namespace rmutr_report.Models.RoThree
{ {
public int? topic_type { get; set; } public int? topic_type { get; set; }
public string topic { get; set; } public string topic { get; set; }
public decimal? revenue_estimates { get; set; } public double? revenue_estimates { get; set; }
public decimal? deduct_expenses_percent60 { get; set; } public double? deduct_expenses_percent60 { get; set; }
public decimal? deduct_expenses_percent10 { get; set; } public double? deduct_expenses_percent10 { get; set; }
public decimal? balance { get; set; } public double? balance { get; set; }
public decimal? deduct_tuition_fees { get; set; } public double? deduct_tuition_fees { get; set; }
public decimal? balance_university { get; set; } public double? balance_university { get; set; }
} }
} }

View File

@@ -5,6 +5,7 @@ build_property.UsingMicrosoftNETSdkWeb = true
build_property.ProjectTypeGuids = build_property.ProjectTypeGuids =
build_property.InvariantGlobalization = build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly = build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = rmutr_report build_property.RootNamespace = rmutr_report
build_property.ProjectDir = C:\Users\USER\Documents\rmutr_report\ build_property.ProjectDir = C:\Users\USER\Documents\rmutr_report\

View File

@@ -2219,7 +2219,7 @@
"privateAssets": "all" "privateAssets": "all"
} }
}, },
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.407\\RuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json"
} }
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"version": 2, "version": 2,
"dgSpecHash": "TgdSlhcNLrmoGcymKBKtBNUewM9z9QdY0FESfevGdFzEBUl5TotP+ysyCZqFpczcvGDJdBKPRCtfqngiN8LZRQ==", "dgSpecHash": "8irQbGlYTk6GhRXUatdtl8V/UPVSHhAKvRA/fBqq4PDWndm+7Mq7ntB5KcbGRVcfyfrzqzd0FCFJywKJHvt+xw==",
"success": true, "success": true,
"projectFilePath": "C:\\Users\\USER\\Documents\\rmutr_report\\rmutr_report.csproj", "projectFilePath": "C:\\Users\\USER\\Documents\\rmutr_report\\rmutr_report.csproj",
"expectedPackageFiles": [ "expectedPackageFiles": [

View File

@@ -1 +1 @@
"restore":{"projectUniqueName":"C:\\Users\\USER\\Documents\\rmutr_report\\rmutr_report.csproj","projectName":"rmutr_report","projectPath":"C:\\Users\\USER\\Documents\\rmutr_report\\rmutr_report.csproj","outputPath":"C:\\Users\\USER\\Documents\\rmutr_report\\obj\\","projectStyle":"PackageReference","originalTargetFrameworks":["net5.0"],"sources":{"https://api.nuget.org/v3/index.json":{},"https://nuget.71dev.com/v3/index.json":{}},"frameworks":{"net5.0":{"projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net5.0":{"dependencies":{"ClosedXML":{"target":"Package","version":"[0.96.0, )"},"FastReport.Core":{"target":"Package","version":"[2021.3.0, )"},"Swashbuckle.AspNetCore":{"target":"Package","version":"[6.5.0, )"},"Swashbuckle.AspNetCore.Annotations":{"target":"Package","version":"[6.5.0, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.AspNetCore.App":{"privateAssets":"none"},"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\6.0.407\\RuntimeIdentifierGraph.json"}} "restore":{"projectUniqueName":"C:\\Users\\USER\\Documents\\rmutr_report\\rmutr_report.csproj","projectName":"rmutr_report","projectPath":"C:\\Users\\USER\\Documents\\rmutr_report\\rmutr_report.csproj","outputPath":"C:\\Users\\USER\\Documents\\rmutr_report\\obj\\","projectStyle":"PackageReference","originalTargetFrameworks":["net5.0"],"sources":{"https://api.nuget.org/v3/index.json":{},"https://nuget.71dev.com/v3/index.json":{}},"frameworks":{"net5.0":{"projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net5.0":{"dependencies":{"ClosedXML":{"target":"Package","version":"[0.96.0, )"},"FastReport.Core":{"target":"Package","version":"[2021.3.0, )"},"Swashbuckle.AspNetCore":{"target":"Package","version":"[6.5.0, )"},"Swashbuckle.AspNetCore.Annotations":{"target":"Package","version":"[6.5.0, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.AspNetCore.App":{"privateAssets":"none"},"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json"}}

View File

@@ -1 +1 @@
16957192658674699 16963968833075202

View File

@@ -77,7 +77,7 @@
"privateAssets": "all" "privateAssets": "all"
} }
}, },
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.407\\RuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json"
} }
} }
} }

View File

@@ -12,12 +12,12 @@
<BusinessObjectDataSource Name="data" DataType="System.Int32" Enabled="true"> <BusinessObjectDataSource Name="data" DataType="System.Int32" Enabled="true">
<Column Name="topic_type" DataType="System.Int32"/> <Column Name="topic_type" DataType="System.Int32"/>
<Column Name="topic" DataType="System.String"/> <Column Name="topic" DataType="System.String"/>
<Column Name="revenue_estimates" DataType="System.Decimal"/> <Column Name="revenue_estimates" DataType="System.Double"/>
<Column Name="deduct_expenses_percent60" DataType="System.Decimal"/> <Column Name="deduct_expenses_percent60" DataType="System.Double"/>
<Column Name="deduct_expenses_percent10" DataType="System.Decimal"/> <Column Name="deduct_expenses_percent10" DataType="System.Double"/>
<Column Name="balance" DataType="System.Decimal"/> <Column Name="balance" DataType="System.Double"/>
<Column Name="deduct_tuition_fees" DataType="System.Decimal"/> <Column Name="deduct_tuition_fees" DataType="System.Double"/>
<Column Name="balance_university" DataType="System.Decimal"/> <Column Name="balance_university" DataType="System.Double"/>
</BusinessObjectDataSource> </BusinessObjectDataSource>
</BusinessObjectDataSource> </BusinessObjectDataSource>
</Dictionary> </Dictionary>