11 lines
236 B
C#
11 lines
236 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
|
|
namespace SuperMap.RealEstate.ExchangeData.Modules.CustomerAnalysis
|
|
{
|
|
public partial class BasePage : HighWay.Storage.UI.BasePage
|
|
{
|
|
}
|
|
} |