You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
-
- namespace CnasSynchrousModel
- {
- public class AccessOpenParams: OpenSourceParams
- {
- /// <summary>
- /// 版本
- /// </summary>
- public string AccessVersionInfo { get; set; }
-
- /// <summary>
- /// 特殊的日期时间样式
- /// </summary>
- public string AccessSpecialDateFormat { get; set; }
-
- /// <summary>
- /// 自定义视图
- /// </summary>
- public AccessAutoSql autoSql { get; set; }
- }
- }
|