using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebService.Model { public class PlanModel { /// <summary> /// 计划描述 /// </summary> public string Plan { get; set; } public string Material { get; set; } } }