﻿// JScript File

function preSelectInstance()
{
    this.categoryId    = -1;
    this.subCategoryId = -1;
    this.productId     = -1;
    this.menuItemId    = -1;
    this.menuSubItemId = -1;
}

var __preSelectInfo = new preSelectInstance();

