mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-12 07:02:14 +08:00
1.8.0
This commit is contained in:
11
sop-sdk/sdk-csharp/SDKCSharp/Model/DemoFileUploadModel.cs
Normal file
11
sop-sdk/sdk-csharp/SDKCSharp/Model/DemoFileUploadModel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace SDKCSharp.Model
|
||||
{
|
||||
public class DemoFileUploadModel
|
||||
{
|
||||
[JsonProperty("remark")]
|
||||
public string Remark { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user