임현대수석님 건의사항 적용.
This commit is contained in:
59
SubProject/WebServer/Properties/Settings.Designer.cs
generated
Normal file
59
SubProject/WebServer/Properties/Settings.Designer.cs
generated
Normal file
@@ -0,0 +1,59 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 이 코드는 도구를 사용하여 생성되었습니다.
|
||||
// 런타임 버전:4.0.30319.42000
|
||||
//
|
||||
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
|
||||
// 이러한 변경 내용이 손실됩니다.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace WebServer.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
||||
public static Settings Default {
|
||||
get {
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("{\n \"basicGoods\": [\n {\n \"id\": \"1234561\",\n \"name\": \"Mineral Water 550" +
|
||||
"ml\",\n \"barcode\": \"12421432143214321\",\n \"price\": \"2.00\",\n \"num\": \"" +
|
||||
"1\",\n \"amount\": \"2.00\"\n },\n {\n \"id\": \"1234562\",\n \"name\": \"He" +
|
||||
"rbal tea 300ml\",\n \"barcode\": \"12421432143214322\",\n \"price\": \"3.00\",\n " +
|
||||
" \"num\": \"2\",\n \"amount\": \"6.00\"\n },\n {\n \"id\": \"1234563\",\n " +
|
||||
" \"name\": \"Delicious potato chips\",\n \"barcode\": \"12421432143214323\",\n \"" +
|
||||
"price\": \"7.00\",\n \"num\": \"4\",\n \"amount\": \"28.00\"\n },\n {\n \"id" +
|
||||
"\": \"1234564\",\n \"name\": \"Specially delicious egg rolls\",\n \"barcode\": \"1" +
|
||||
"2421432143214324\",\n \"price\": \"8.50\",\n \"num\": \"3\",\n \"amount\": \"25." +
|
||||
"50\"\n }\n ],\n \"basicProgress\": [\n {\n \"key\": \"1\",\n \"time\": \"2017-" +
|
||||
"10-01 14:10\",\n \"rate\": \"Contact Clients\",\n \"status\": \"Processing\",\n " +
|
||||
" \"operator\": \"Pickup Assistant ID1234\",\n \"cost\": \"5mins\"\n },\n {\n " +
|
||||
" \"key\": \"2\",\n \"time\": \"2017-10-01 14:05\",\n \"rate\": \"Pickup Guy Depar" +
|
||||
"ts\",\n \"status\": \"Success\",\n \"operator\": \"Pickup Assistant ID1234\",\n " +
|
||||
" \"cost\": \"1h\"\n },\n {\n \"key\": \"3\",\n \"time\": \"2017-10-01 13:05\"," +
|
||||
"\n \"rate\": \"Pick-up person takes orders\",\n \"status\": \"Success\",\n \"" +
|
||||
"operator\": \"Pickup Assistant ID1234\",\n \"cost\": \"5mins\"\n },\n {\n \"" +
|
||||
"key\": \"4\",\n \"time\": \"2017-10-01 13:00\",\n \"rate\": \"Apply For Approval\"," +
|
||||
"\n \"status\": \"Success\",\n \"operator\": \"system\",\n \"cost\": \"1h\"\n }" +
|
||||
",\n {\n \"key\": \"5\",\n \"time\": \"2017-10-01 12:00\",\n \"rate\": \"Initi" +
|
||||
"ated a Return Request\",\n \"status\": \"Success\",\n \"operator\": \"user\",\n " +
|
||||
" \"cost\": \"5mins\"\n }\n ]\n}")]
|
||||
public string json {
|
||||
get {
|
||||
return ((string)(this["json"]));
|
||||
}
|
||||
set {
|
||||
this["json"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
86
SubProject/WebServer/Properties/Settings.settings
Normal file
86
SubProject/WebServer/Properties/Settings.settings
Normal file
@@ -0,0 +1,86 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="WebServer.Properties" GeneratedClassName="Settings">
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="json" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">{
|
||||
"basicGoods": [
|
||||
{
|
||||
"id": "1234561",
|
||||
"name": "Mineral Water 550ml",
|
||||
"barcode": "12421432143214321",
|
||||
"price": "2.00",
|
||||
"num": "1",
|
||||
"amount": "2.00"
|
||||
},
|
||||
{
|
||||
"id": "1234562",
|
||||
"name": "Herbal tea 300ml",
|
||||
"barcode": "12421432143214322",
|
||||
"price": "3.00",
|
||||
"num": "2",
|
||||
"amount": "6.00"
|
||||
},
|
||||
{
|
||||
"id": "1234563",
|
||||
"name": "Delicious potato chips",
|
||||
"barcode": "12421432143214323",
|
||||
"price": "7.00",
|
||||
"num": "4",
|
||||
"amount": "28.00"
|
||||
},
|
||||
{
|
||||
"id": "1234564",
|
||||
"name": "Specially delicious egg rolls",
|
||||
"barcode": "12421432143214324",
|
||||
"price": "8.50",
|
||||
"num": "3",
|
||||
"amount": "25.50"
|
||||
}
|
||||
],
|
||||
"basicProgress": [
|
||||
{
|
||||
"key": "1",
|
||||
"time": "2017-10-01 14:10",
|
||||
"rate": "Contact Clients",
|
||||
"status": "Processing",
|
||||
"operator": "Pickup Assistant ID1234",
|
||||
"cost": "5mins"
|
||||
},
|
||||
{
|
||||
"key": "2",
|
||||
"time": "2017-10-01 14:05",
|
||||
"rate": "Pickup Guy Departs",
|
||||
"status": "Success",
|
||||
"operator": "Pickup Assistant ID1234",
|
||||
"cost": "1h"
|
||||
},
|
||||
{
|
||||
"key": "3",
|
||||
"time": "2017-10-01 13:05",
|
||||
"rate": "Pick-up person takes orders",
|
||||
"status": "Success",
|
||||
"operator": "Pickup Assistant ID1234",
|
||||
"cost": "5mins"
|
||||
},
|
||||
{
|
||||
"key": "4",
|
||||
"time": "2017-10-01 13:00",
|
||||
"rate": "Apply For Approval",
|
||||
"status": "Success",
|
||||
"operator": "system",
|
||||
"cost": "1h"
|
||||
},
|
||||
{
|
||||
"key": "5",
|
||||
"time": "2017-10-01 12:00",
|
||||
"rate": "Initiated a Return Request",
|
||||
"status": "Success",
|
||||
"operator": "user",
|
||||
"cost": "5mins"
|
||||
}
|
||||
]
|
||||
}</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user