using System; using System.Collections.Generic; using System.Text; namespace DllEapEntity.OFILM { public class PostbondviewDto: Postbondview { public string Recipe { get; set; } public string FCode { get; set; } public string Diff_X { get; set; } public string Diff_Y { get; set; } public string Diff_T { get; set; } public string RowNum { get; set; } } }