更新sql和代码规范修改

This commit is contained in:
moxiangrong
2024-02-18 15:26:45 +08:00
parent 6f5e6e4662
commit c132b68745
1293 changed files with 43935 additions and 18456 deletions

View File

@ -19,7 +19,7 @@ public class ConfigDTO {
private String name;
/**
* 参数键名
*
* <p>
* 支持多 DB 类型时,无法直接使用 key + @TableField("config_key") 来实现转换,原因是 "config_key" AS key 而存在报错
*/
private String configKey;

View File

@ -20,7 +20,7 @@ public interface FileApi {
/**
* 保存文件,并返回文件的访问路径
*
* @param path 文件路径
* @param path 文件路径
* @param content 文件内容
* @return 文件路径
*/
@ -31,8 +31,8 @@ public interface FileApi {
/**
* 保存文件,并返回文件的访问路径
*
* @param name 文件名称
* @param path 文件路径
* @param name 文件名称
* @param path 文件路径
* @param content 文件内容
* @return 文件路径
*/

View File

@ -4,7 +4,7 @@ import co.yixiang.yshop.framework.common.exception.ErrorCode;
/**
* Infra 错误码枚举类
*
* <p>
* infra 系统,使用 1-001-000-000 段
*/
public interface ErrorCodeConstants {