初始提交
This commit is contained in:
16
Services/Hncore.Pass.OSS/UEditor/UEditorResponse.cs
Normal file
16
Services/Hncore.Pass.OSS/UEditor/UEditorResponse.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace UEditor.Core
|
||||
{
|
||||
public class UEditorResponse
|
||||
{
|
||||
|
||||
public UEditorResponse(string contentType, string result)
|
||||
{
|
||||
ContentType = contentType;
|
||||
Result = result;
|
||||
}
|
||||
|
||||
public string ContentType { get; set; }
|
||||
|
||||
public string Result { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user