using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SOH.JianYan.DEC_HT800 { public class JY_YiQi : SOH.JianYan.IJY_YiQi { public string YQBM { get { return "HT800"; } } public int YQLB { get { return 6; } } public string YQMC { get { return "汉唐HT800"; } } public DataTable GetJYXM() { DataTable dt = new DataTable(); return dt; //throw new NotImplementedException(); } public DataTable GetJYXM_Calc() { DataTable dt = new DataTable(); return dt; } } }