using System; using System.ComponentModel.DataAnnotations; using Model.Base; namespace Dto.Admin { /// /// 添加 /// public class GetTableListByIdsDto { /// /// 服务ID /// public string ids { get; set; } } }