From cec8d92bdca1da0b2eafe6eb3130f4bf6f03028b Mon Sep 17 00:00:00 2001 From: duheng <2286773002@qq.com> Date: 星期三, 12 三月 2025 10:21:09 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- Dto/HStation.Dto.PhartRelation.Core/01-relation/AddPhartDiagramRelationInput.cs | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Dto/HStation.Dto.PhartRelation.Core/01-relation/AddPhartDiagramRelationInput.cs b/Dto/HStation.Dto.PhartRelation.Core/01-relation/AddPhartDiagramRelationInput.cs index e5998a7..3821fa5 100644 --- a/Dto/HStation.Dto.PhartRelation.Core/01-relation/AddPhartDiagramRelationInput.cs +++ b/Dto/HStation.Dto.PhartRelation.Core/01-relation/AddPhartDiagramRelationInput.cs @@ -4,40 +4,40 @@ /// 鍥捐〃鍏宠仈 ///</summary> public class AddPhartDiagramRelationInput - { + { /// <summary> /// 鍥捐〃鏍囪瘑 ///</summary> - [Required, Range(1, long.MaxValue, ErrorMessage ="DiagramID 蹇呴』澶т簬0")] + [Required, Range(1, long.MaxValue, ErrorMessage = "DiagramID 蹇呴』澶т簬0")] public long DiagramID { get; set; } - + /// <summary> /// 瀵硅薄绫诲瀷 ///</summary> public string ObjectType { get; set; } - + /// <summary> /// 瀵硅薄鏍囪瘑 ///</summary> - [Required, Range(1, long.MaxValue, ErrorMessage ="ObjectID 蹇呴』澶т簬0")] + [Required, Range(1, long.MaxValue, ErrorMessage = "ObjectID 蹇呴』澶т簬0")] public long ObjectID { get; set; } - + /// <summary> /// 鍒悕 ///</summary> public string OtherName { get; set; } - + /// <summary> /// 閲嶈搴� ///</summary> public int Importance { get; set; } - + /// <summary> /// 璇存槑 ///</summary> public string Description { get; set; } - - + + } } -- Gitblit v1.9.3