using System.Collections.Generic; namespace GxPress.Request.SystemLabel { /// /// /// public class SystemLableMediaRequest { /// /// 标签ID /// /// public int LableId { get; set; } /// /// 媒体ID /// /// public List MediaIds { get; set; } } }