ProductInfo.cs 471 B

123456789101112131415
  1. namespace WWPipeLine.Commons
  2. {
  3. public class ProductInfo
  4. {
  5. public static string ProductName = "湖北省行政区域界线勘定成果质检软件 v1.0";
  6. public static string CompanyName = "xxxx公司";
  7. public static string CompanyEnName = "xxxx公司";
  8. public static string AssemblyCopyright = "Copyright © 2019-2020";
  9. public static string Descrption = "湖北省行政区域界线勘定成果质检软件";
  10. }
  11. }