using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace dccdc.Models { public class CcInfo : ProfessionalExamProjectResultImgsModel { // 彩超图片集合 public List imageBase64 { get; set; } // 超声结果(诊断意见) public string jl { get; set; } // 超声所见 public string sj { get; set; } // 报告图片 public string bgbase64 { get; set; } } }