Waste/Waste.Application/SZPltInfo/Dtos/SZPltDto.cs

18 lines
351 B
C#
Raw Normal View History

2021-05-27 16:58:40 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Waste.Domain;
namespace Waste.Application
{
public class SZCollectList:W_SZCollect
{
/// <summary>
/// 地产区域名称
/// </summary>
public string AddressName { get; set; }
}
}