|
@@ -59,14 +59,14 @@ namespace MySystem
|
|
|
List<ImageItem> imageList = new List<ImageItem>();
|
|
|
ImageItem imageItem = new ImageItem();
|
|
|
|
|
|
- if(!string.IsNullOrEmpty(AddInfo.StoreEntrancePic))
|
|
|
+ if(!string.IsNullOrEmpty(AddInfo.OpenAccountLicenses))
|
|
|
{
|
|
|
imageItem.name = "openAccountLicenses";
|
|
|
imageItem.value = AddInfo.OpenAccountLicenses;
|
|
|
imageList.Add(imageItem);
|
|
|
}
|
|
|
|
|
|
- if(!string.IsNullOrEmpty(AddInfo.StoreEntrancePic))
|
|
|
+ if(!string.IsNullOrEmpty(AddInfo.RentAgreement))
|
|
|
{
|
|
|
imageItem = new ImageItem();
|
|
|
imageItem.name = "rentAgreement";
|
|
@@ -74,7 +74,7 @@ namespace MySystem
|
|
|
imageList.Add(imageItem);
|
|
|
}
|
|
|
|
|
|
- if(!string.IsNullOrEmpty(AddInfo.StoreEntrancePic))
|
|
|
+ if(!string.IsNullOrEmpty(AddInfo.OperatorMcht))
|
|
|
{
|
|
|
imageItem = new ImageItem();
|
|
|
imageItem.name = "operatorMcht";
|
|
@@ -82,7 +82,7 @@ namespace MySystem
|
|
|
imageList.Add(imageItem);
|
|
|
}
|
|
|
|
|
|
- if(!string.IsNullOrEmpty(AddInfo.StoreEntrancePic))
|
|
|
+ if(!string.IsNullOrEmpty(AddInfo.LicenseCopy))
|
|
|
{
|
|
|
imageItem = new ImageItem();
|
|
|
imageItem.name = "license";
|
|
@@ -90,7 +90,7 @@ namespace MySystem
|
|
|
imageList.Add(imageItem);
|
|
|
}
|
|
|
|
|
|
- if(!string.IsNullOrEmpty(AddInfo.StoreEntrancePic))
|
|
|
+ if(!string.IsNullOrEmpty(AddInfo.AgentProtocol))
|
|
|
{
|
|
|
imageItem = new ImageItem();
|
|
|
imageItem.name = "agentProtocol";
|
|
@@ -98,7 +98,7 @@ namespace MySystem
|
|
|
imageList.Add(imageItem);
|
|
|
}
|
|
|
|
|
|
- if(!string.IsNullOrEmpty(AddInfo.StoreEntrancePic))
|
|
|
+ if(!string.IsNullOrEmpty(AddInfo.SignaturePicture))
|
|
|
{
|
|
|
imageItem = new ImageItem();
|
|
|
imageItem.name = "signaturePicture";
|
|
@@ -106,7 +106,7 @@ namespace MySystem
|
|
|
imageList.Add(imageItem);
|
|
|
}
|
|
|
|
|
|
- if(!string.IsNullOrEmpty(AddInfo.StoreEntrancePic))
|
|
|
+ if(!string.IsNullOrEmpty(AddInfo.Support))
|
|
|
{
|
|
|
imageItem = new ImageItem();
|
|
|
imageItem.name = "support";
|
|
@@ -122,7 +122,7 @@ namespace MySystem
|
|
|
imageList.Add(imageItem);
|
|
|
}
|
|
|
|
|
|
- if(!string.IsNullOrEmpty(AddInfo.StoreEntrancePic))
|
|
|
+ if(!string.IsNullOrEmpty(AddInfo.CheckstandImg))
|
|
|
{
|
|
|
imageItem = new ImageItem();
|
|
|
imageItem.name = "checkstandImg";
|
|
@@ -130,7 +130,7 @@ namespace MySystem
|
|
|
imageList.Add(imageItem);
|
|
|
}
|
|
|
|
|
|
- if(!string.IsNullOrEmpty(AddInfo.StoreEntrancePic))
|
|
|
+ if(!string.IsNullOrEmpty(AddInfo.IndoorPic))
|
|
|
{
|
|
|
imageItem = new ImageItem();
|
|
|
imageItem.name = "shopInnerImg";
|
|
@@ -138,7 +138,7 @@ namespace MySystem
|
|
|
imageList.Add(imageItem);
|
|
|
}
|
|
|
|
|
|
- if(!string.IsNullOrEmpty(AddInfo.StoreEntrancePic))
|
|
|
+ if(!string.IsNullOrEmpty(AddInfo.ProductImg))
|
|
|
{
|
|
|
imageItem = new ImageItem();
|
|
|
imageItem.name = "productImg";
|
|
@@ -146,7 +146,7 @@ namespace MySystem
|
|
|
imageList.Add(imageItem);
|
|
|
}
|
|
|
|
|
|
- if(!string.IsNullOrEmpty(AddInfo.StoreEntrancePic))
|
|
|
+ if(!string.IsNullOrEmpty(AddInfo.Agreement))
|
|
|
{
|
|
|
imageItem = new ImageItem();
|
|
|
imageItem.name = "agreement";
|
|
@@ -154,7 +154,7 @@ namespace MySystem
|
|
|
imageList.Add(imageItem);
|
|
|
}
|
|
|
|
|
|
- if(!string.IsNullOrEmpty(AddInfo.StoreEntrancePic))
|
|
|
+ if(!string.IsNullOrEmpty(AddInfo.TaxImage))
|
|
|
{
|
|
|
imageItem = new ImageItem();
|
|
|
imageItem.name = "taxImage";
|
|
@@ -162,7 +162,7 @@ namespace MySystem
|
|
|
imageList.Add(imageItem);
|
|
|
}
|
|
|
|
|
|
- if(!string.IsNullOrEmpty(AddInfo.StoreEntrancePic))
|
|
|
+ if(!string.IsNullOrEmpty(AddInfo.OrganizationCopy))
|
|
|
{
|
|
|
imageItem = new ImageItem();
|
|
|
imageItem.name = "orgImage";
|
|
@@ -170,7 +170,7 @@ namespace MySystem
|
|
|
imageList.Add(imageItem);
|
|
|
}
|
|
|
|
|
|
- if(!string.IsNullOrEmpty(AddInfo.StoreEntrancePic))
|
|
|
+ if(!string.IsNullOrEmpty(AddInfo.IndustryLicense1))
|
|
|
{
|
|
|
imageItem = new ImageItem();
|
|
|
imageItem.name = "industryLicense1";
|
|
@@ -178,7 +178,7 @@ namespace MySystem
|
|
|
imageList.Add(imageItem);
|
|
|
}
|
|
|
|
|
|
- if(!string.IsNullOrEmpty(AddInfo.StoreEntrancePic))
|
|
|
+ if(!string.IsNullOrEmpty(AddInfo.FaceRecognition))
|
|
|
{
|
|
|
imageItem = new ImageItem();
|
|
|
imageItem.name = "faceRecognition";
|
|
@@ -186,7 +186,7 @@ namespace MySystem
|
|
|
imageList.Add(imageItem);
|
|
|
}
|
|
|
|
|
|
- if(!string.IsNullOrEmpty(AddInfo.StoreEntrancePic))
|
|
|
+ if(!string.IsNullOrEmpty(AddInfo.Extra1))
|
|
|
{
|
|
|
imageItem = new ImageItem();
|
|
|
imageItem.name = "extra1";
|