namespace SafeCampus.Application.Services.Business.Warn.Dto; public class HandWarnInput { /// /// 预警id /// public long Id { get; set; } /// /// 处理意见 /// public string Remark { get; set; } }