using UnityEngine; using System.Collections.Generic; namespace Data { public static class ExcelConstData { public const int AgreementTerms_1001 = 1001; public const int AgreementTerms_1002 = 1002; public const int AgreementTerms_1003 = 1003; public const int ShoppingCart_1001 = 1001; public const int ShoppingCart_1002 = 1002; }}