using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using static IStation.Model.BimfaceFileMapping; namespace IStation.Application { /// /// /// public class UpdateBimfaceFileIDUnderCorpInput { /// /// 标识 /// public long ID { get; set; } /// /// 客户标识 /// public long CorpID { get; set; } /// /// BimfaceFileID /// public long BimfaceFileID { get; set; } } }