using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace POSV.Common { public class CSharpSDK { /// /// SDK名称 /// public const string ALIAS = "JuweiCSharpSDK"; /// /// 目标框架 /// public const string RTFX = "NET40"; /// /// SDK版本号 /// public const string VERSION = "1.0.0"; } }