lixiaojun
2022-08-17 d3024a7b50b35a8f24c1bfe0f13f4f86cc63a253
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
 
namespace IStation
{
    /// <summary>
    /// 配置
    /// </summary>
    public class Configure
    {
 
        public const string Paras_CO2 = "CO₂系数";
        public const string Paras_StandardCoal = "标准煤系数";
 
 
 
    }
}