using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Application { /// /// 解绑管路 /// public class UnBindingPipeLineInput { /// /// 标识 /// public long ID { get; set; } /// /// 公司标识 /// public long CorpID { get; set; } } }