123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace PTMedicalInsurance.Entity.Local
- {
-
- public class SaveZyScriptRequest
- {
-
-
-
- public string p_blh { get; set; }
-
-
-
- public string p_ysbm { get; set; }
-
-
-
- public DateTime p_date { get; set; }
-
-
-
- public List<FyxxDs> p_fyxx_ds { get; set; }
- public class FyxxDs
- {
-
-
-
- public string yyxmbm { get; set; }
-
-
-
- public decimal dj { get; set; }
-
-
-
- public decimal sl { get; set; }
-
-
-
- public decimal zje { get; set; }
-
-
-
- public string kdksbm { get; set; }
-
-
-
- public string zxksbm { get; set; }
-
-
-
- public decimal sxzfbl { get; set; }
-
-
-
- public DateTime fysfsj { get; set; }
-
-
-
- public string yyxmmc { get; set; }
-
-
-
- public string yzlsh { get; set; }
-
-
-
- public string sfryxm { get; set; }
-
-
-
- public int yyts { get; set; }
-
-
-
- public string yysm { get; set; }
-
-
-
- public decimal bzsl { get; set; }
-
-
-
- public string gg { get; set; }
-
-
-
- public string fybclb { get; set; }
-
-
-
- public string gytj { get; set; }
-
-
-
- public decimal dcyl { get; set; }
-
-
-
- public string yypc { get; set; }
- }
- }
- public class SaveZyScriptResponse
- {
-
-
-
- public string resultcode { get; set; }
-
-
-
- public string fyid { get; set; }
- }
- }
|