30 lines
572 B
C#
Raw Permalink Normal View History

2025-05-18 01:04:31 +08:00
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace G
{
/// <summary>
/// Generated from: vip.xlsx
/// </summary>
public partial class ItemVip
{
public bool isValid
{
get;
set;
}
public bool isSelect
{
get;
set;
}
}
}