|
|
@@ -356,6 +356,10 @@ export interface ICptGlj extends IBaseRationGlj {
|
|
|
components: ICptComponent[];
|
|
|
displayComponents?: ICptDisplayComponent[];
|
|
|
from: FromType;
|
|
|
+ creatorID?: string; // 创建者ID
|
|
|
+ creatorName?: string; // 创建者姓名
|
|
|
+ createTime?: number; // 创建时间
|
|
|
+ displayLibName?: string; // 工料机所在库在前端UI上的显示,如:[企业库]。
|
|
|
}
|
|
|
|
|
|
// 新增补充人材机接口传输的数据接口
|