222
schangxiang@126.com
2025-05-18 5a871e40ec70a3e01a895dfc7f694adee5367a7d
Weben_CMSרÓôúÂëÉú³ÉÆ÷/Code/Templete/Entity/CreateDtoÄ£°å.txt
@@ -1,4 +1,4 @@
namespace CMS.Plugin.$NameSpacePath$.Application.Contracts.Dtos.WmsMaterials;
namespace CMS.Plugin.$NameSpacePath$.Application.Contracts.Dtos.$EntityName$;
/// <summary>
/// $ChinaComment$创建参数对象
@@ -14,4 +14,9 @@
    /// æ˜¯å¦ç¦ç”¨
    /// </summary>
    public bool? IsDisabled { get; set; } = false;
    /// <summary>
    /// åˆ›å»ºäºº
    /// </summary>
    public string CreatorName { get; set; }
}