|
|
@ -25,7 +25,7 @@ using System.Linq; |
|
|
|
namespace Win_in.Sfs.Basedata.Application; |
|
|
|
|
|
|
|
[AllowAnonymous] |
|
|
|
[Route($"{BasedataConsts.RootPath}PostionLocation")] |
|
|
|
[Route($"{BasedataConsts.RootPath}postion-location")] |
|
|
|
|
|
|
|
public class PostionLocationAppService |
|
|
|
: SfsBaseDataWithCodeAppServiceBase<PostionLocation, PostionLocationDTO, SfsBaseDataRequestInputBase, PostionLocationEditInput, PostionLocationImportInput> |
|
|
@ -120,7 +120,7 @@ public class PostionLocationAppService |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[HttpPost("")] |
|
|
|
public override async Task<PostionLocationDTO> CreateAsync(PostionLocationEditInput input) |
|
|
|
{ |
|
|
|
|
|
|
|