一厂MES,含注塑,喷涂,冲孔
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
377 B

namespace ChangKeTec.Wms.Updater
{
public static class GlobalVar
{
public static string ServerUrl;
public static string SoftWareName;
public static string NewVersion;
public static string FilePath;
public static string FileName;
public static string Desc;
public static string LastUpdateTime;
}
}