You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
292 B

using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
namespace Stone.DataService.Biz.BizPublic
{
public class WebConfig
{
public static string LocalDB = ""; //数据库接连
public static string BarCodeDB = ""; //条码数据库
}
}