代码调整
This commit is contained in:
@@ -8,9 +8,10 @@ package com.njcn.common.pojo.constant;
|
|||||||
public interface BizParamConstant {
|
public interface BizParamConstant {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 前端查询时间类型 测试jenkins打包
|
* 前端查询时间类型
|
||||||
* 1年 2季度 3月份 4周 5日
|
* 1年 2季度 3月份 4周 5日
|
||||||
*/
|
*/
|
||||||
|
String s = "测试jenkins打包";
|
||||||
String STAT_BIZ_YEAR = "1";
|
String STAT_BIZ_YEAR = "1";
|
||||||
String STAT_BIZ_QUARTER = "2";
|
String STAT_BIZ_QUARTER = "2";
|
||||||
String STAT_BIZ_MONTH = "3";
|
String STAT_BIZ_MONTH = "3";
|
||||||
|
|||||||
@@ -6,8 +6,9 @@ package com.njcn.user.pojo.constant;
|
|||||||
public interface ComponentState {
|
public interface ComponentState {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 状态 0-删除;1-正常;默认正常 测试jenkins打包
|
* 状态 0-删除;1-正常;默认正常
|
||||||
*/
|
*/
|
||||||
|
String s = "测试jenkins打包";
|
||||||
int DELETE = 0;
|
int DELETE = 0;
|
||||||
|
|
||||||
int ENABLE = 1;
|
int ENABLE = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user