ZT_ArticledetailListParam.cs 308 B

12345678910111213141516
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace YiSha.Model.Param.KJH
  5. {
  6. /// <summary>
  7. /// 创 建:clg
  8. /// 日 期:2021-06-29 14:40
  9. /// 描 述:专题文章详情实体查询类
  10. /// </summary>
  11. public class ZT_ArticledetailListParam
  12. {
  13. }
  14. }