DBConst.cs 430 B

1234567891011121314151617
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace OTSModelSharp.DTLBase
  7. {
  8. static class DBConst
  9. {
  10. // inclusion data table
  11. public const string g_sIncAData="IncAData";
  12. public const string g_sElementChemistry = "ElementChemistry";
  13. //xrayInfo table
  14. public const string g_sPosXrayInfo="PosXrayInfo";
  15. }
  16. }