using Newtonsoft.Json;
namespace Dto
{
/// <summary>
/// 仓储实体类
/// </summary>
public class StorageDataDto
/// 不可编辑内容,一整条需求计划的内容
[JsonProperty("content")]
public string Content { get; set; }
}