using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HH.YiDaSyncNC.Dtos.NC { /// /// NC账簿表 /// public class org_accountingbook { public string name { get; set; } public string code { get; set; } } }