2025-03-27 15:05:14 +08:00

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();
}
}