注塑车间报表初版

This commit is contained in:
2024-07-29 17:12:20 +08:00
parent 0e09a8187c
commit 42f2d7ec9f
10 changed files with 227 additions and 24 deletions

View File

@@ -0,0 +1,7 @@
namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
{
public class ZhuSuBiInput
{
public string day { get; set; }
}
}