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