20240416 质量月报

This commit is contained in:
2024-04-16 16:28:26 +08:00
parent bfdc028335
commit 1aa2c9a2b5
11 changed files with 337 additions and 102 deletions
+12
View File
@@ -96,5 +96,17 @@ namespace Model
get { return id; }
set { id = value; }
}
public string ReportId
{
get { return ReportId; }
set { ReportId = value; }
}
public string Remarks
{
get { return Remarks; }
set { Remarks = value; }
}
}
}