pad端andon相关接口
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
namespace Tnb.ProductionMgr.Entities.Dto
|
||||
{
|
||||
public class AndonPadListInput
|
||||
{
|
||||
public string andon_type_id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 页码.
|
||||
/// </summary>
|
||||
public int currentPage { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 页容量.
|
||||
/// </summary>
|
||||
public int pageSize { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user