TASK:模块化;

This commit is contained in:
shahaibo
2025-03-30 16:14:13 +08:00
parent 48c7182f98
commit 890265611a
2 changed files with 11 additions and 2 deletions

View File

@@ -11,5 +11,7 @@ public class ThreeDVO {
private List<ThreeDLayout> threeDLayoutList;
private ThreeDPatternLayout threeDPatternLayout;
// private ThreeDPatternLayout threeDPatternLayoutUrl;
private String threeDPatternLayoutUrl;
private String threeDSimpleUrl;
}