|
|
|
@ -28,7 +28,6 @@ namespace OpenAuth.WebApi.Controllers.ServiceController
|
|
|
|
|
/// <param name="request"></param>
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
[HttpGet]
|
|
|
|
|
[AllowAnonymous]
|
|
|
|
|
public async Task<Response<PageInfo<List<TaxGongxiandi>>>> LoadGongxiandiPageList(string sszdbm, int page, int limit)
|
|
|
|
|
{
|
|
|
|
|
var result = new Response<PageInfo<List<TaxGongxiandi>>>();
|
|
|
|
@ -51,7 +50,6 @@ namespace OpenAuth.WebApi.Controllers.ServiceController
|
|
|
|
|
/// <param name="gid">企业土地贡献gid</param>
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
[HttpGet]
|
|
|
|
|
[AllowAnonymous]
|
|
|
|
|
public async Task<Response<TaxGongxiandi>> GetGongxiandiInfoById(string id)
|
|
|
|
|
{
|
|
|
|
|
var result = new Response<TaxGongxiandi>();
|
|
|
|
@ -74,7 +72,6 @@ namespace OpenAuth.WebApi.Controllers.ServiceController
|
|
|
|
|
/// <param name="sszdbm">所属宗地编码</param>
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
[HttpGet]
|
|
|
|
|
[AllowAnonymous]
|
|
|
|
|
public async Task<Response<List<TaxGongxiandi>>> GetGongxiandiInfoByBM(string sszdbm)
|
|
|
|
|
{
|
|
|
|
|
var result = new Response<List<TaxGongxiandi>>();
|
|
|
|
@ -99,7 +96,6 @@ namespace OpenAuth.WebApi.Controllers.ServiceController
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
/// <exception cref="Exception"></exception>
|
|
|
|
|
[HttpPost]
|
|
|
|
|
[AllowAnonymous]
|
|
|
|
|
public async Task<Response<bool>> AddGongxiandi(TaxGongxiandi req)
|
|
|
|
|
{
|
|
|
|
|
var result = new Response<bool>();
|
|
|
|
@ -123,7 +119,6 @@ namespace OpenAuth.WebApi.Controllers.ServiceController
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
/// <exception cref="Exception"></exception>
|
|
|
|
|
[HttpPost]
|
|
|
|
|
[AllowAnonymous]
|
|
|
|
|
public async Task<Response<bool>> UpdateGongxiandi(TaxGongxiandi req)
|
|
|
|
|
{
|
|
|
|
|
var result = new Response<bool>();
|
|
|
|
@ -145,7 +140,6 @@ namespace OpenAuth.WebApi.Controllers.ServiceController
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="ids">企业土地贡献gid</param>
|
|
|
|
|
[HttpPost]
|
|
|
|
|
[AllowAnonymous]
|
|
|
|
|
public async Task<Response<bool>> DeleteGongxiandi(string[] ids)
|
|
|
|
|
{
|
|
|
|
|
var result = new Response<bool>();
|
|
|
|
@ -172,7 +166,6 @@ namespace OpenAuth.WebApi.Controllers.ServiceController
|
|
|
|
|
/// <param name="request"></param>
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
[HttpGet]
|
|
|
|
|
[AllowAnonymous]
|
|
|
|
|
public async Task<Response<PageInfo<List<TaxGongxianfang>>>> LoadGongxianfangPageList(string sszdbm, int page, int limit)
|
|
|
|
|
{
|
|
|
|
|
var result = new Response<PageInfo<List<TaxGongxianfang>>>();
|
|
|
|
@ -195,7 +188,6 @@ namespace OpenAuth.WebApi.Controllers.ServiceController
|
|
|
|
|
/// <param name="gid">企业房屋贡献gid</param>
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
[HttpGet]
|
|
|
|
|
[AllowAnonymous]
|
|
|
|
|
public async Task<Response<TaxGongxianfang>> GetGongxianfangInfoById(string id)
|
|
|
|
|
{
|
|
|
|
|
var result = new Response<TaxGongxianfang>();
|
|
|
|
@ -218,7 +210,6 @@ namespace OpenAuth.WebApi.Controllers.ServiceController
|
|
|
|
|
/// <param name="zzwbm">建筑物编码</param>
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
[HttpGet]
|
|
|
|
|
[AllowAnonymous]
|
|
|
|
|
public async Task<Response<List<TaxGongxianfang>>> GetGongxianfangInfoByBM(string zzwbm)
|
|
|
|
|
{
|
|
|
|
|
var result = new Response<List<TaxGongxianfang>>();
|
|
|
|
@ -243,7 +234,6 @@ namespace OpenAuth.WebApi.Controllers.ServiceController
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
/// <exception cref="Exception"></exception>
|
|
|
|
|
[HttpPost]
|
|
|
|
|
[AllowAnonymous]
|
|
|
|
|
public async Task<Response<bool>> AddGongxianfang(TaxGongxianfang req)
|
|
|
|
|
{
|
|
|
|
|
var result = new Response<bool>();
|
|
|
|
@ -267,7 +257,6 @@ namespace OpenAuth.WebApi.Controllers.ServiceController
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
/// <exception cref="Exception"></exception>
|
|
|
|
|
[HttpPost]
|
|
|
|
|
[AllowAnonymous]
|
|
|
|
|
public async Task<Response<bool>> UpdateGongxianfang(TaxGongxianfang req)
|
|
|
|
|
{
|
|
|
|
|
var result = new Response<bool>();
|
|
|
|
@ -289,7 +278,6 @@ namespace OpenAuth.WebApi.Controllers.ServiceController
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="ids">企业房屋贡献gid</param>
|
|
|
|
|
[HttpPost]
|
|
|
|
|
[AllowAnonymous]
|
|
|
|
|
public async Task<Response<bool>> DeleteGongxianfang(string[] ids)
|
|
|
|
|
{
|
|
|
|
|
var result = new Response<bool>();
|
|
|
|
|