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