Преглед изворни кода

增加门诊住院结算医保钱包支付金额业务

837390164@qq.com пре 4 дана
родитељ
комит
575460cfe8

BIN
.vs/WuLuMuQiMI/v16/.suo


+ 9 - 1
Business/IrisServices.cs

@@ -732,6 +732,9 @@ namespace PTMedicalInsurance.Business
             decimal ybAmt, psnAcctAmt, hospAmt, psnCashAmt, medFee;
             try
             {
+                JObject joExpContent = JObject.Parse(JsonHelper.getDestValue(jo, "exp_content"));
+                Global.Set.wltpayAmt = JsonHelper.getDestValue(joExpContent, "wltpay_amt");
+
                 ybAmt = getFee(jo, "hifp_pay") //基本医保统筹基金支出
                       + getFee(jo, "hifes_pay") //企业补充医疗保险基金支出
                       + getFee(jo, "hifmi_pay") //居民大病保险
@@ -739,7 +742,9 @@ namespace PTMedicalInsurance.Business
                       + getFee(jo, "hifob_pay") //职工大额医疗费用补助
                       + getFee(jo, "cvlserv_pay") //公务员医疗补助
                       + getFee(jo, "maf_pay") //医疗救助基金支出
-                      + getFee(jo, "oth_pay"); //其他支出
+                      + getFee(jo, "oth_pay") //其他支出
+                      + decimal.Parse(Global.Set.wltpayAmt); //医保钱包支付金额
+
                 psnAcctAmt = getFee(jo, "acct_pay");     //账户支付金额
                 psnCashAmt = getFee(jo, "psn_cash_pay"); //现金支付金额
                 hospAmt = getFee(jo, "hosp_part_amt");   //医院承担金额
@@ -1862,6 +1867,9 @@ namespace PTMedicalInsurance.Business
                 joSetlinfo.Add("HospitalizationsTimes", Global.Set.hospitalizationsTimes);
                 joSetlinfo.Add("HISAdmTime", Global.Set.hisAdmTime);
                 joSetlinfo.Add("HISDischargeTime", Global.Set.hisDischargeTime);
+                          
+                joSetlinfo.Add("medIns_wallet_pay", Global.Set.wltpayAmt); //医保钱包支付金额
+
                 if (Global.pat.isWorkInjury)
                 {
                     joSetlinfo.Add("SpecialType", "GGS");

+ 7 - 1
Forms/SettlementInfo.cs

@@ -10,6 +10,7 @@ using System.Windows.Forms;
 using Newtonsoft.Json.Linq;
 using PTMedicalInsurance.Variables;
 using PTMedicalInsurance.Business;
+using PTMedicalInsurance.Helper;
 
 namespace PTMedicalInsurance.Forms
 {
@@ -63,7 +64,12 @@ namespace PTMedicalInsurance.Forms
             this.tbBalc.Text = joSettlmentInfo["balc"].ToString();
             this.tbAccountMutualAidAmount.Text = joSettlmentInfo["acct_mulaid_pay"].ToString();
             this.tbClearingWay.Text = joSettlmentInfo["clr_way"].ToString();
-            this.tbClearingType.Text = joSettlmentInfo["clr_type"].ToString();
+            this.tbClearingType.Text = joSettlmentInfo["clr_type"].ToString();            
+
+            JObject joExpContent = JObject.Parse(JsonHelper.getDestValue(joSettlmentInfo, "exp_content"));           
+            tbMedInsWalletPay.Text = JsonHelper.getDestValue(joExpContent, "wltpay_amt");
+            Global.Set.wltpayAmt = tbMedInsWalletPay.Text;           
+
             Global.Set.acctPay = joSettlmentInfo["acct_pay"].ToString();
             setDgvSettlDetailHeader();
             dgvSetlDetail.DataSource = dtSettlmentDetail;           

+ 76 - 42
Forms/SettlementInfo.designer.cs

@@ -43,11 +43,11 @@ namespace PTMedicalInsurance.Forms
         /// </summary>
         private void InitializeComponent()
         {
-            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
-            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
-            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
-            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
-            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
+            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
+            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
+            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
+            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
+            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
             this.pnlBottom = new Sunny.UI.UIPanel();
             this.uiButton2 = new Sunny.UI.UIButton();
             this.uiButton1 = new Sunny.UI.UIButton();
@@ -116,6 +116,8 @@ namespace PTMedicalInsurance.Forms
             this.uiLabel30 = new Sunny.UI.UILabel();
             this.gbSetldetail = new Sunny.UI.UIGroupBox();
             this.dgvSetlDetail = new Sunny.UI.UIDataGridView();
+            this.tbMedInsWalletPay = new Sunny.UI.UITextBox();
+            this.uiLabel34 = new Sunny.UI.UILabel();
             this.pnlBottom.SuspendLayout();
             this.pnlClient.SuspendLayout();
             this.gbSetlinfo.SuspendLayout();
@@ -207,6 +209,8 @@ namespace PTMedicalInsurance.Forms
             // 
             // pnlPayInfo
             // 
+            this.pnlPayInfo.Controls.Add(this.tbMedInsWalletPay);
+            this.pnlPayInfo.Controls.Add(this.uiLabel34);
             this.pnlPayInfo.Controls.Add(this.tbAccountMutualAidAmount);
             this.pnlPayInfo.Controls.Add(this.uiLabel22);
             this.pnlPayInfo.Controls.Add(this.tbBalc);
@@ -468,7 +472,7 @@ namespace PTMedicalInsurance.Forms
             // uiLabel17
             // 
             this.uiLabel17.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.uiLabel17.Location = new System.Drawing.Point(21, 187);
+            this.uiLabel17.Location = new System.Drawing.Point(21, 183);
             this.uiLabel17.Name = "uiLabel17";
             this.uiLabel17.Size = new System.Drawing.Size(100, 23);
             this.uiLabel17.TabIndex = 25;
@@ -504,7 +508,7 @@ namespace PTMedicalInsurance.Forms
             // uiLabel7
             // 
             this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.uiLabel7.Location = new System.Drawing.Point(253, 181);
+            this.uiLabel7.Location = new System.Drawing.Point(253, 185);
             this.uiLabel7.Name = "uiLabel7";
             this.uiLabel7.Size = new System.Drawing.Size(100, 23);
             this.uiLabel7.TabIndex = 22;
@@ -543,7 +547,7 @@ namespace PTMedicalInsurance.Forms
             // uiLabel8
             // 
             this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.uiLabel8.Location = new System.Drawing.Point(253, 142);
+            this.uiLabel8.Location = new System.Drawing.Point(253, 145);
             this.uiLabel8.Name = "uiLabel8";
             this.uiLabel8.Size = new System.Drawing.Size(100, 23);
             this.uiLabel8.TabIndex = 19;
@@ -554,7 +558,7 @@ namespace PTMedicalInsurance.Forms
             // uiLabel9
             // 
             this.uiLabel9.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.uiLabel9.Location = new System.Drawing.Point(253, 103);
+            this.uiLabel9.Location = new System.Drawing.Point(253, 105);
             this.uiLabel9.Name = "uiLabel9";
             this.uiLabel9.Size = new System.Drawing.Size(100, 23);
             this.uiLabel9.TabIndex = 18;
@@ -579,7 +583,7 @@ namespace PTMedicalInsurance.Forms
             // uiLabel10
             // 
             this.uiLabel10.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.uiLabel10.Location = new System.Drawing.Point(253, 64);
+            this.uiLabel10.Location = new System.Drawing.Point(253, 65);
             this.uiLabel10.Name = "uiLabel10";
             this.uiLabel10.Size = new System.Drawing.Size(100, 23);
             this.uiLabel10.TabIndex = 16;
@@ -1047,54 +1051,82 @@ namespace PTMedicalInsurance.Forms
             // dgvSetlDetail
             // 
             this.dgvSetlDetail.AllowUserToAddRows = false;
-            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
-            this.dgvSetlDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
+            dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
+            this.dgvSetlDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
             this.dgvSetlDetail.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
             this.dgvSetlDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
-            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
-            dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
-            dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
-            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
-            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
-            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
-            this.dgvSetlDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
+            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+            dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
+            dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
+            dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
+            dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+            dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+            this.dgvSetlDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
             this.dgvSetlDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
-            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
-            dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
-            dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
-            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
-            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
-            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
-            this.dgvSetlDetail.DefaultCellStyle = dataGridViewCellStyle3;
+            dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+            dataGridViewCellStyle13.BackColor = System.Drawing.Color.White;
+            dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            dataGridViewCellStyle13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
+            dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
+            dataGridViewCellStyle13.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
+            dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+            this.dgvSetlDetail.DefaultCellStyle = dataGridViewCellStyle13;
             this.dgvSetlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
             this.dgvSetlDetail.EnableHeadersVisualStyles = false;
             this.dgvSetlDetail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.dgvSetlDetail.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
             this.dgvSetlDetail.Location = new System.Drawing.Point(0, 32);
             this.dgvSetlDetail.Name = "dgvSetlDetail";
-            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
-            dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
-            dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
-            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
-            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
-            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
-            this.dgvSetlDetail.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
+            dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+            dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
+            dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
+            dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
+            dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
+            dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+            this.dgvSetlDetail.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
             this.dgvSetlDetail.RowHeadersWidth = 51;
-            dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
-            dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
-            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
-            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
-            this.dgvSetlDetail.RowsDefaultCellStyle = dataGridViewCellStyle5;
+            this.dgvSetlDetail.RowHeight = 0;
+            dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
+            dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            dataGridViewCellStyle15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
+            dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
+            dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
+            this.dgvSetlDetail.RowsDefaultCellStyle = dataGridViewCellStyle15;
             this.dgvSetlDetail.RowTemplate.Height = 23;
             this.dgvSetlDetail.SelectedIndex = -1;
+            this.dgvSetlDetail.ShowGridLine = false;
+            this.dgvSetlDetail.ShowRect = false;
             this.dgvSetlDetail.Size = new System.Drawing.Size(988, 120);
             this.dgvSetlDetail.TabIndex = 1;
             this.dgvSetlDetail.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
             // 
+            // tbMedInsWalletPay
+            // 
+            this.tbMedInsWalletPay.Cursor = System.Windows.Forms.Cursors.IBeam;
+            this.tbMedInsWalletPay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.tbMedInsWalletPay.Location = new System.Drawing.Point(361, 224);
+            this.tbMedInsWalletPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+            this.tbMedInsWalletPay.MinimumSize = new System.Drawing.Size(1, 16);
+            this.tbMedInsWalletPay.Name = "tbMedInsWalletPay";
+            this.tbMedInsWalletPay.ShowText = false;
+            this.tbMedInsWalletPay.Size = new System.Drawing.Size(100, 29);
+            this.tbMedInsWalletPay.TabIndex = 53;
+            this.tbMedInsWalletPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
+            this.tbMedInsWalletPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
+            // 
+            // uiLabel34
+            // 
+            this.uiLabel34.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.uiLabel34.Location = new System.Drawing.Point(253, 225);
+            this.uiLabel34.Name = "uiLabel34";
+            this.uiLabel34.Size = new System.Drawing.Size(100, 23);
+            this.uiLabel34.TabIndex = 52;
+            this.uiLabel34.Text = "钱包支付金额";
+            this.uiLabel34.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+            this.uiLabel34.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
+            // 
             // SettlementInfo
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
@@ -1186,5 +1218,7 @@ namespace PTMedicalInsurance.Forms
         private Sunny.UI.UITextBox tbClearingType;
         private Sunny.UI.UILabel uiLabel29;
         private Sunny.UI.UIButton uiButton2;
+        private Sunny.UI.UITextBox tbMedInsWalletPay;
+        private Sunny.UI.UILabel uiLabel34;
     }
 }

+ 3 - 0
Variables/Struct.cs

@@ -257,6 +257,9 @@ namespace PTMedicalInsurance.Variables
         public decimal personPaySumamt;//个人负担总金额
         public decimal accountPaySumamt;//个人账户支出
         public string acctPay;
+
+        public string wltpayAmt;
+
         public decimal personCashPay;//个人现金支出
         public decimal balance; //余额
         public decimal accountMutualAidAmount;//个人账户共济支付金额

BIN
bin/Debug/WuLuMuQiMI.dll


BIN
bin/Debug/WuLuMuQiMI.pdb


BIN
obj/Debug/WuLuMuQiMI.csproj.GenerateResource.cache


BIN
obj/Debug/WuLuMuQiMI.dll


BIN
obj/Debug/WuLuMuQiMI.pdb