1234567891011121314151617 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace OTSModelSharp.DTLBase
- {
- static class DBConst
- {
- // inclusion data table
- public const string g_sIncAData="IncAData";
- public const string g_sElementChemistry = "ElementChemistry";
- //xrayInfo table
- public const string g_sPosXrayInfo="PosXrayInfo";
- }
- }
|