Files
zsxt_nbzs_h5/Api/Ewide.Application/Service/HouseSafety/HouseQuery/Dto/HouseQueryInput.cs
ky_yusj 4ce3abcf02 update
housequery
建档审核功能
2021-06-29 16:18:57 +08:00

15 lines
231 B
C#

using Ewide.Core;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Ewide.Application
{
public class HouseQueryInput: PageInputBase
{
}
}