Browse Source

不修改碳排因子库名称

thing_master
siyang 1 year ago
parent
commit
88118177cd
  1. 2
      modules/carbon-public/src/main/java/com/thing/carbon/pub/constant/CarbonFactorConstant.java

2
modules/carbon-public/src/main/java/com/thing/carbon/pub/constant/CarbonFactorConstant.java

@ -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 = "碳排因子库";
} }
Loading…
Cancel
Save