namespace Hotline.Share.Dtos.FlowEngine; public class StepExtension { /// /// 省延期申请 /// public bool? IsProvinceDelay { get; set; } /// /// 是否短信通知 /// public bool? IsSms { get; set; } }