|
|
@ -19,7 +19,7 @@ namespace Win.Sfs.SettleAccount.Entities.Prices |
|
|
|
/// </summary>
|
|
|
|
//[Authorize(SettleAccountPermissions.PriceLists.Default)]
|
|
|
|
[AllowAnonymous] |
|
|
|
[Route("api/SettleAccount/PriceListBJ")] |
|
|
|
[Route("api/SettleAccount/TB_PRICE_BJ_Service")] |
|
|
|
public class PriceListAppServiceBJ : CurdBaseAppService<PriceListBJ, PriceListBJDto, PriceListBJRequestDto, PriceListBJ, PriceListBJImportDto, PriceListBJExportDto> |
|
|
|
{ |
|
|
|
private readonly INormalEfCoreRepository<PriceListBJ, Guid> _repository; |
|
|
|