14 lines
297 B
C#
14 lines
297 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using SuperMap.RealEstate.ServiceModel;
|
|
|
|
namespace HighWay.PrintLable
|
|
{
|
|
public class RealEstateHelper
|
|
{
|
|
public static Transaction ServiceTransaction { get; set; } = new Transaction();
|
|
}
|
|
}
|