TASK:模特相关接口;
This commit is contained in:
@@ -44,6 +44,8 @@ public class Design implements Serializable {
|
||||
*/
|
||||
private Long templateId;
|
||||
|
||||
private String modelType;
|
||||
|
||||
/**
|
||||
* system scale值
|
||||
*/
|
||||
|
||||
@@ -31,9 +31,14 @@ public class LibraryModelPoint implements Serializable {
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 关联的 libraryId
|
||||
* modelType
|
||||
*/
|
||||
private Long libraryId;
|
||||
private String modelType;
|
||||
|
||||
/**
|
||||
* 关联的 library或sys Id
|
||||
*/
|
||||
private Long relationId;
|
||||
|
||||
/**
|
||||
* 左肩
|
||||
|
||||
Reference in New Issue
Block a user