Browse Source

Updated files

master
adiao 3 years ago
parent
commit
fe3dc9e8bb
  1. 2
      项目命名/项目命名格式.md

2
项目命名/项目命名格式.md

@ -183,7 +183,6 @@ enter 进入 exit 退出
| :--------- | :---------- | :--------- | :----------
| collect 收集 | aggregate 聚集 | collect 收集 | aggregate 聚集
#### 五,变量&常量命名 #### 五,变量&常量命名
##### 5.1 变量命名 ##### 5.1 变量命名
@ -303,6 +302,7 @@ c. 属性注解
/** 提示信息 */ /** 提示信息 */
private String userName; private String userName;
/** /**
* 密码 * 密码
*/ */
private String password; private String password;

Loading…
Cancel
Save