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.
WebCAD/src/Common/StoreageKeys.ts

28 lines
740 B

export enum StoreageKeys
{
IsLogin = "isLogin",
PlatSession = "platSession",
PlatToken = "platToken",
UserName = "userName",
UserPhone = "userPhone",
ShopName = "shopName",
AgentShopName = "AgentShopName",//经销商名称
AgentPhone = "AgentPhone",//经销商电话
VersionName = "VersionName",//版本名称
RegisterTime = "RegisterTime",//注册时间
RenderType = "renderType",
ExactDrill = "openExactDrill",
ConfigName = "configName_",
IsNewErp = "isNewErp",
RoomName = "roomName",
LastOpenFileId = "lastfid",
Uid = "uid",
Goods = "Goods_",
DrillTemp = "drilltemp_",
DrillReactor = "drillRreactor",
kjlConfig = "kjl",
HistoryWs = "HistoryWs",
}