20240416 质量月报
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user