using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace WebService.Model
{
    public class ColorInfoModel
    {
        /// <summary>
        /// 颜色信息
        /// </summary>
        public string ColorInfo { get; set; }
    }
}