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