|
|
@ -6,6 +6,6 @@ package com.thing.carbon.pub.constant; |
|
|
* @description 碳排因子常量 |
|
|
* @description 碳排因子常量 |
|
|
*/ |
|
|
*/ |
|
|
public interface CarbonFactorConstant { |
|
|
public interface CarbonFactorConstant { |
|
|
Boolean CHANGE_SOURCE_NAME = true; |
|
|
|
|
|
|
|
|
Boolean CHANGE_SOURCE_NAME = false; |
|
|
String SOURCE_NAME = "碳排因子库"; |
|
|
String SOURCE_NAME = "碳排因子库"; |
|
|
} |
|
|
} |