This commit is contained in:
2023-11-30 16:59:03 +08:00
parent 297f90bd0c
commit 061cc493d4
2 changed files with 120 additions and 26 deletions

View File

@@ -0,0 +1,9 @@
using JNPF.Common.Filter;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace Tnb.ProductionMgr.Entities.Dto
{
public class AndonPdaListInput : PageInputBase
{
}
}