Blame view

泰额版/Food Labeling Management Code/Yi.Abp.Net8/module/food-labeling-us/FoodLabeling.Application.Contracts/IServices/IPictureAppService.cs 236 Bytes
59e51671   “wangming”   1
1
2
3
4
5
6
7
8
  using FoodLabeling.Application.Contracts.Dtos.Picture;
  
  namespace FoodLabeling.Application.Contracts.IServices;
  
  public interface IPictureAppService
  {
      Task<PictureUploadOutputDto> UploadCategoryAsync(PictureUploadInputVo input);
  }