using System.Collections.Generic; namespace Model { public class PointBatch { public List oldJointId { get; set; } } }