Blame view

泰额版/Food Labeling Management Code/Yi.Abp.Net8/module/food-labeling-us/FoodLabeling.Application.Contracts/Dtos/Partner/PartnerGetOutputDto.cs 231 Bytes
59e51671   “wangming”   1
1
2
3
4
5
6
7
8
9
  namespace FoodLabeling.Application.Contracts.Dtos.Partner;
  
  /// <summary>
  /// 合作伙伴详情
  /// </summary>
  public class PartnerGetOutputDto : PartnerGetListOutputDto
  {
      public DateTime? LastModificationTime { get; set; }
  }