工单打印
This commit is contained in:
@@ -20,6 +20,7 @@ namespace Infrastructure
|
||||
|
||||
public CustomException(string msg) : base(msg)
|
||||
{
|
||||
Msg = msg+"为空,检查前端";
|
||||
}
|
||||
public CustomException(int code, string msg) : base(msg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user