17 lines
294 B
C#
17 lines
294 B
C#
using Etor.Infrastructure.WebApi;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Etor.PSIP.BaseInfo.Response
|
|
{
|
|
/// <summary>
|
|
/// 收费输出
|
|
/// </summary>
|
|
public class QueryPropertyFeeitemResponse
|
|
{
|
|
|
|
|
|
}
|
|
} |