using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Shentun.Peis.PlugIns.Extensions.ThirdPushs.Hty { public class ItemDzModel { public string CodeValue { get; set; } public string InterfaceCodeValue { get; set; } } }