工单打印

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

@@ -20,6 +20,7 @@ namespace Infrastructure
public CustomException(string msg) : base(msg)
{
Msg = msg+"为空,检查前端";
}
public CustomException(int code, string msg) : base(msg)
{