fix[project]: 对接MES接口,新增3D负责人字段

This commit is contained in:
2026-03-22 17:59:20 +08:00
parent 579134ad28
commit aa6661f1ca
2 changed files with 35 additions and 7 deletions

View File

@@ -26,4 +26,10 @@ public class SpdmAcceptTodoInfoReq {
*/
private String materialNo;
/**
* 3D负责人暂定工号
*/
private String threeDimensionalPerformer;
}