TASK:模块化;
This commit is contained in:
@@ -3,7 +3,9 @@ package com.ai.da.model.vo;
|
||||
import com.ai.da.mapper.primary.entity.ThreeDLayout;
|
||||
import com.ai.da.mapper.primary.entity.ThreeDPatternLayout;
|
||||
import lombok.Data;
|
||||
import org.apache.poi.hpsf.Decimal;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
@@ -14,4 +16,8 @@ public class ThreeDVO {
|
||||
// private ThreeDPatternLayout threeDPatternLayoutUrl;
|
||||
private String threeDPatternLayoutUrl;
|
||||
private String threeDSimpleUrl;
|
||||
|
||||
private BigDecimal x;
|
||||
private BigDecimal y;
|
||||
private String printUrl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user