123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace WMS.Info.Info
- {
- public class SysSetInfo
- {
- /// <summary>
- /// 是否日志记录执行SQL语句
- /// </summary>
- [PropertyDescription("是否日志记录执行SQL语句", "是否日志记录执行SQL语句")]
- public bool IsLogSql { get; set; } = true;
- /// <summary>
- /// 是否同一用户名同时登录在于1个的APP类型
- /// </summary>
- [PropertyDescription("是否同一用户名同时登录在于1个的APP类型", "是否同一用户名同时登录在于1个的APP类型")]
- public bool IsOnlyLogin { get; set; } = false;
- /// <summary>
- /// 在线登录超时时间(单位:分钟)
- /// </summary>
- [PropertyDescription("在线登录超时时间(单位:分钟)", "在线登录超时时间(单位:分钟)")]
- public int OnLoginTimeOutM { get; set; } = 30;
- /// <summary>
- /// 密码错误次数后锁定
- /// </summary>
- [PropertyDescription("密码错误次数后锁定", "密码错误次数后锁定")]
- public int UserPwdErrQty { get; set; } = 5;
- /// <summary>
- /// 密码过期时间(天)
- /// </summary>
- [PropertyDescription("密码过期时间(天)", "密码过期时间(天)")]
- public int UserPwdExpD { get; set; } = 90;
- /// <summary>
- /// 是否压缩JS,CSS
- /// </summary>
- [PropertyDescription("是否压缩JS,CSS", "是否压缩JS,CSS")]
- public bool IsJsCssCompressor { get; set; } = false;
- /// <summary>
- /// 登录头像
- /// </summary>
- [PropertyDescription("登录头像", "登录头像")]
- public string FileHeadImg { get; set; } = "C:/wms/FileHeadImg";
- /// <summary>
- /// 上传文件路径
- /// </summary>
- [PropertyDescription("上传文件路径", "上传文件路径")]
- public string AnnexesFile { get; set; } = "C:/wms/fileAnnexes";
- /// <summary>
- /// 是否启用Session
- /// </summary>
- [PropertyDescription("是否启用Session", "是否启用Session")]
- public bool IsSession { get; set; } = false;
- /// <summary>
- /// 用户初始密码
- /// </summary>
- [PropertyDescription("用户初始密码", "用户初始密码")]
- public string PwdInit { get; set; } = "000000";
- /// <summary>
- /// wms标题
- /// </summary>
- [PropertyDescription("wms标题", "wms标题")]
- public string WMSTile { get; set; } = "中天智能仓储管理系统";
- /// <summary>
- /// wms版本
- /// </summary>
- [PropertyDescription("wms版本", "wms版本")]
- public string WMSVersion { get; set; } = "v3.2.9";
- /// <summary>
- /// 报警统计时间单位设定
- /// </summary>
- [PropertyDescription("yyyy-mm-dd", "报警统计时间单位设定")]
- public string AlaramCount_Param01 { get; set; } = "yyyy-mm-dd";
- /// <summary>
- /// 报警统计查询记录数设定
- /// </summary>
- [PropertyDescription("前10条数据", "报警统计查询记录数设定")]
- public int AlaramCount_Param02 { get; set; } = 10;
- /// <summary>
- /// 库龄统计日期天数设定(饼图)
- /// </summary>
- [PropertyDescription("0-7天", "库龄统计日期天数设定(饼图)")]
- public int DullMatterialCount_Param01 { get; set; } = 7;
- /// <summary>
- /// 库龄统计日期天数设定(饼图)
- /// </summary>
- [PropertyDescription("8-15天", "库龄统计日期天数设定(饼图)")]
- public int DullMatterialCount_Param02 { get; set; } = 7;
- /// <summary>
- /// 库龄统计日期天数设定(饼图)
- /// </summary>
- [PropertyDescription("16-30天", "库龄统计日期天数设定(饼图)")]
- public int DullMatterialCount_Param03 { get; set; } = 15;
- /// <summary>
- /// 库龄统计日期天数设定(饼图)
- /// </summary>
- [PropertyDescription("31天以上", "库龄统计日期天数设定(饼图)")]
- public int DullMatterialCount_Param04 { get; set; } = 30;
- /// <summary>
- /// 库龄统计日期天数设定
- /// </summary>
- [PropertyDescription("一个星期以上", "库龄统计日期天数设定")]
- public int LibraryAgeCount_Param01 { get; set; } = 7;
- /// <summary>
- /// 库龄统计日期天数设定
- /// </summary>
- [PropertyDescription("半个月以上", "库龄统计日期天数设定")]
- public int LibraryAgeCount_Param02 { get; set; } = 15;
- /// <summary>
- /// 库龄统计日期天数设定
- /// </summary>
- [PropertyDescription("一个月以上", "库龄统计日期天数设定")]
- public int LibraryAgeCount_Param03 { get; set; } = 30;
- /// <summary>
- /// 库龄统计记录数设定
- /// </summary>
- [PropertyDescription("前10条数据", "库龄统计记录数设定")]
- public int LibraryAgeCount_Param04 { get; set; } = 10;
- /// <summary>
- /// 登陆超时设定(单位分钟)
- /// </summary>
- [PropertyDescription("登录超时", "登陆超时设定(单位分钟)")]
- public int LoginTimeOutMi { get; set; } = 30;
- /// <summary>
- /// 输入密码错误次数设定
- /// </summary>
- [PropertyDescription("输入密码错误次数", "输入密码错误次数设定")]
- public int PWDERRCOUNT { get; set; } = 3;
- /// <summary>
- /// 密码过期时间设定(单位天)
- /// </summary>
- [PropertyDescription("密码过期时间", "密码过期时间设定(单位天)")]
- public int PwdEXPDay { get; set; } = 30;
- /// <summary>
- /// RGV运行模式设定(1.出库模式;2.入库模式;3.盘点模式;4.正常模式;)
- /// </summary>
- [PropertyDescription("RGV运行模式", "RGV运行模式设定(1.出库模式;2.入库模式;3.盘点模式;4.正常模式;)")]
- public int Rgv02_Mode { get; set; } = 4;
- /// <summary>
- /// 出入库物料统计时间单位设定
- /// </summary>
- [PropertyDescription("day", "出入库物料统计时间单位设定")]
- public string StockOutInCount_Param01 { get; set; } = "day";
- /// <summary>
- /// 出入库物料统计记录数设定
- /// </summary>
- [PropertyDescription("前13条数据", "出入库物料统计记录数设定")]
- public int StockOutInCount_Param02 { get; set; } = 13;
- /// <summary>
- /// 库存周转率统计时间单位设定
- /// </summary>
- [PropertyDescription("month", "库存周转率统计时间单位设定")]
- public string StockTurnOverRate_Param01 { get; set; } = "month";
- /// <summary>
- /// 库存周转率统计记录数设定
- /// </summary>
- [PropertyDescription("前12条数据", "库存周转率统计记录数设定")]
- public int StockTurnOverRate_Param02 { get; set; } = 12;
- /// <summary>
- /// 货位统计类型设定(0.所有仓库;1.立库;2.平库;3.离线仓库)
- /// </summary>
- [PropertyDescription("F_STATENUM", "货位统计类型设定(0.所有仓库;1.立库;2.平库;3.离线仓库)")]
- public int WARECELLCOUNT_Param01 { get; set; } = 1;
- /// <summary>
- /// 默认仓库
- /// </summary>
- [PropertyDescription("warehouse", "默认立库")]
- public string DefaultWarehouseNo { get; set; } = "JS";
- /// <summary>
- /// 飞旭webservice地址http://afgqadtest19.europe.lan:53979/qxi/services/QdocWebService?wsdl
- /// </summary>
- [PropertyDescription("FxWebServiceUrl", "webserviceUrl")]
- public string FxWebServiceUrl { get; set; }
- /// <summary>
- /// wcs调用地址
- /// </summary>
- [PropertyDescription("WCSApiUrl", "wcs调用地址")]
- public string WCSApiUrl { get; set; }
- /// <summary>
- /// 托盘组编码
- /// </summary>
- [PropertyDescription("托盘组编码", "EmptyTrayGroup")]
- public string DefaultEmptyTrayGroupNo { get; set; } = "EmptyTrayGroup";
- /// <summary>
- /// 托盘组名称
- /// </summary>
- [PropertyDescription("DefaultEmptyTrayGroupName", "托盘组名称")]
- public string DefaultEmptyTrayGroupName { get; set; } = "空托盘组";
- /// <summary>
- /// webService用户名
- /// </summary>
- [PropertyDescription("WebServiceUserName", "用户名")]
- public string WebServiceUserName { get; set; } = "H3C-EDI";
- /// <summary>
- /// webServiceUserName
- /// </summary>
- [PropertyDescription("WebServicePassword", "密码")]
- public string WebServicePassword { get; set; } = "H3C-EDI";
- }
- }
|