忽略dll文件git
This commit is contained in:
@@ -1,16 +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; }
|
||||
}
|
||||
}
|
||||
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