ZT_ColumnListParam.cs 282 B

123456789101112131415
  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. public class ZT_ColumnListParam
  11. {
  12. }
  13. }