11 lines
162 B
C#
11 lines
162 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace ZR.Model.Dto.System
|
|||
|
|
{
|
|||
|
|
public class SysFileQueryDto : PagerInfo
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|