mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-29 12:36:35 +08:00
优化了SereinWebSocket的API
This commit is contained in:
@@ -26,4 +26,11 @@
|
||||
public bool IsResponseUseReturn { get; set; }
|
||||
}
|
||||
|
||||
public class ModuleConfig()
|
||||
{
|
||||
public string MsgId { get; set; } = string.Empty;
|
||||
public string Theme { get; set; } = string.Empty;
|
||||
public bool IsResponseUseReturn { get; set; } = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user