using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OASystem.Domain.Dtos.System { /// /// 类型表参数 /// public class SetDataDto { /// /// 数据类型 /// public int DataType { get; set; } } }