refactor: 实体命名规范调整,代码生成同步调整

This commit is contained in:
Ray.Hao
2025-12-18 09:43:36 +08:00
parent 5817826bbd
commit 8eaed3cfb7
165 changed files with 1885 additions and 2038 deletions

View File

@@ -22,7 +22,7 @@ import java.math.BigDecimal;
@Getter
@Setter
@Schema( description = "$!{businessName}视图对象")
public class ${entityName}VO implements Serializable {
public class ${entityName}Vo implements Serializable {
@Serial
private static final long serialVersionUID = 1L;