housequery
建档审核功能
This commit is contained in:
2021-06-29 16:18:57 +08:00
parent 3d5c776362
commit 4ce3abcf02
12 changed files with 192 additions and 38 deletions

View File

@@ -0,0 +1,14 @@
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
{
}
}