Browse Source

进件设置固定的活动类型

lcl 3 months ago
parent
commit
6cd99d4c85
2 changed files with 2 additions and 0 deletions
  1. 1 0
      Entity/HaoDa/AddNewMerchant.cs
  2. 1 0
      Util/HaoDa/AddNewMerchantSetUtil.cs

+ 1 - 0
Entity/HaoDa/AddNewMerchant.cs

@@ -40,6 +40,7 @@ namespace MySystem
         public string userName { get; set; }//商户法人姓名
         public string periodValidity { get; set; }//法人身份证有效期 格式:20150101-20200101,若结束日期为长期填20150101-长期
         public string oprInvitedCode { get; set; }
+        public string activityCode { get; set; }
         public List<ImageItem> images { get; set; }//图片
 
     }

+ 1 - 0
Util/HaoDa/AddNewMerchantSetUtil.cs

@@ -369,6 +369,7 @@ namespace MySystem
                 }
             }
             addNewMerchant.images = imageList; //图片
+            addNewMerchant.activityCode = "11";
             return addNewMerchant;
         }
     }