using System; using System.Collections.Generic; using System.Text; namespace Thousandto.Code.Global { public class AppVersionForLocalVersion { public const string APP_VERSION = "1.0.0"; } }