ningshuxia
2025-03-13 25d1bf4c50f43cf6690c5ac92824959865c9d78f
Dto/PBS.Dto/01-place/UpdatePlaceInput.cs
@@ -1,4 +1,5 @@
using System.ComponentModel.DataAnnotations;
using HStation.PBS;
using System.ComponentModel.DataAnnotations;
namespace PBS.Dto
{
@@ -28,7 +29,7 @@
        /// <summary>
        /// 场所类型  
        ///</summary>  
        public int PlaceType { get; set; }
        public ePlaceType PlaceType { get; set; }
        /// <summary>
        /// 场所信息  
@@ -59,8 +60,5 @@
        /// 说明  
        ///</summary>  
        public string Description { get; set; }
    }
}