12345678910111213141516171819202122232425262728293031 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace PTMedicalInsurance.Entity
- {
-
-
-
-
- public class ReverseTransactionInput
- {
-
-
-
- public string psn_no { get; set; }
-
-
-
- public string omsgid { get; set; }
-
-
-
- public string oinfno { get; set; }
- }
- }
|