| using System;using System.Collections.Generic;using System.Text;using WCS.Data.Models;namespace WCS.Data{    public class BaseCurrent    {        public static readonly string WcsSystem = "wcs_pvc";        /// <summary>        /// 日志列表        /// </summary>        public static List<WCS_LOG> Wcs_LogSet = new List<WCS_LOG>();    }}
 |