[JsonObject(MemberSerialization.OptOut)]
    public class employeePersonalForm {
        [JsonIgnore]
        public string eid { get; set; }
        public int? sex { get; set; }
        public string name { get; set; }
        public int? zzmm { get; set; }
        public int? nation { get; set; }
        public int? degreeid { get; set; }
    }

 

相关文章:

  • 2021-09-30
  • 2022-12-23
  • 2022-01-03
  • 2022-01-13
猜你喜欢
  • 2022-01-21
  • 2021-09-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
  • 2022-01-26
相关资源
相似解决方案