using System; using System.Collections.Generic; using System.Text; namespace AlibabaSDK.Domain { public class AlibabaDistributebillListDomain { public List offerIds { get; set; } public string entranceCode { get; set; } } }