using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp1.Model
{
public class BusinessUnit
{
///
/// 编码
///
public string F0000001 { get; set; }
///
/// 名称
///
public string F0000002 { get; set; }
}
}