工单打印

This commit is contained in:
qianhao.xu
2024-12-11 17:24:15 +08:00
parent 7aaf36f1a0
commit 73b6acd375
10 changed files with 302 additions and 112 deletions

View File

@@ -5,6 +5,8 @@ using DOAN.Repository;
using DOAN.Service.MES.product.IService;
using Infrastructure.Attribute;
namespace DOAN.Service.MES.product;
/// <summary>
@@ -89,4 +91,8 @@ public class ProReportworkService : BaseService<ProReportwork01>, IProReportwork
return predicate;
}
}