using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp1.Model { /// /// 预算组织 /// public class TheBudget { public string F0000002 { get; set; } public string F0000001 { get; set; } } }