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