This commit is contained in:
CortexCore
2024-05-10 02:59:49 +08:00
parent bec4e7bf91
commit c76f16103c
17 changed files with 155 additions and 16 deletions

View File

@@ -4,6 +4,9 @@ using Newtonsoft.Json;
namespace IDIS.YL106.Model;
/// <summary>
/// 实体,用于描述产品的信息
/// </summary>
public record Object_Product:IDIS_Model
{
/// <summary>
@@ -47,5 +50,6 @@ public record Object_Product:IDIS_Model
[DisplayName("注意事项")]
[JsonProperty("note")]
public string Note { get; set; } = "请不要在用力弯曲或者误食笔芯";
}