using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace AlibabaSDK.Domain
|
{
|
public class FenXiaoDistributebillRemoveallDomain
|
{
|
public bool success { get; set; }
|
|
public string code { get; set; }
|
|
public string message { get; set; }
|
|
public bool result { get; set; }
|
}
|
}
|