using System; using System.Collections.Generic; using System.Text; using System.IO; namespace HH.WMS.Utils.ExcelLibrary.BinaryFileFormat { public partial class CONTINUE : Record { public CONTINUE(Record record) : base(record) { } public CONTINUE() { this.Type = RecordType.CONTINUE; } } }