using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Application { /// /// 水厂 /// public class FactoryDispatchInput { /// /// 水厂 ID :1-长兴水厂 2、3。。。预留,待定义 /// public long id { get; set; } /// /// 提请水量增量值 /// public double value { get; set; } } }