标注接口
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package com.cadlabel.dto.cad.annotation;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.List;
|
||||
|
||||
public record CadStructureResponse(
|
||||
Long id,
|
||||
Long modelId,
|
||||
String structureName,
|
||||
String structureType,
|
||||
String purpose,
|
||||
String solution,
|
||||
String reason,
|
||||
String remark,
|
||||
List<CadStructureHistoryItemResponse> historyItems,
|
||||
LocalDateTime createdAt,
|
||||
LocalDateTime updatedAt
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user