mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
13 lines
160 B
JavaScript
13 lines
160 B
JavaScript
/**
|
|
* 编码映射常量类
|
|
*
|
|
* add by wuxw 2019-12-28
|
|
*/
|
|
|
|
|
|
class MappingConstant{
|
|
static LOGIN_FLAG = 'loginFlag';
|
|
}
|
|
|
|
|
|
module.exports = MappingConstant; |