TASK:模块化;

This commit is contained in:
shahaibo
2025-03-30 23:31:00 +08:00
parent 890265611a
commit 2edf7d211b
3 changed files with 14 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ import java.io.Serializable;
@Data
@EqualsAndHashCode(callSuper = false)
@Accessors(chain = true)
@TableName("three_d_layout")
@TableName("three_d_pattern_layout")
public class ThreeDPatternLayout implements Serializable {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)