You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
447 B

using System;
using System.Collections.Generic;
using System.Text;
namespace Shentun.Peis.RegisterCheckAsbitems
{
public class HandRegisterCheckAsbitemMedicalCenterInputDto
{
/// <summary>
/// 登记项目id
/// </summary>
public Guid RegisterCheckAsbitemId { get; set; }
/// <summary>
/// 体检中心id
/// </summary>
public Guid MedicalCenterId { get; set; }
}
}