using System.Collections.Generic; namespace Pcb.Domain { public class ProProcessParaJson { public string StepKey { get; set; } public List ParaList { get; set; } } public class ProProcessParaListJson { public string Name { get; set; } public string Values { get; set; } } }