2025-04-26 21:05:13 +08:00
|
|
|
using UnityEngine;
|
|
|
|
using System.Collections.Generic;
|
2025-06-17 09:31:12 +08:00
|
|
|
namespace Data
|
|
|
|
{
|
2025-04-26 21:05:13 +08:00
|
|
|
public static class ExcelConstData
|
|
|
|
{
|
|
|
|
public const int AgreementTerms_1001 = 1001;
|
|
|
|
public const int AgreementTerms_1002 = 1002;
|
2025-06-17 09:31:12 +08:00
|
|
|
public const int AgreementTerms_1003 = 1003;
|
|
|
|
public const int ShoppingCart_1001 = 1001;
|
|
|
|
public const int ShoppingCart_1002 = 1002;
|
2025-04-26 21:05:13 +08:00
|
|
|
|
2025-06-17 09:31:12 +08:00
|
|
|
}}
|