using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace YouZanSDKStandard.Api.Domain { public class FenxiaoExtendOpenModel { public string supplier_goods_id { get; set; } public string supplier_kdt_id { get; set; } } }