提报获取重量
This commit is contained in:
@@ -49,6 +49,7 @@ namespace Tnb.PerMgr
|
||||
{
|
||||
id = a.id,
|
||||
label_name = a.label_name,
|
||||
label_point = a.label_point,
|
||||
}),
|
||||
children = SqlFunc.Subqueryable<PerProcessParam>()
|
||||
.LeftJoin<PerToleranceCategory>((y, z) => y.tolerance_category_id == z.id)
|
||||
|
||||
Reference in New Issue
Block a user