项目单词首字母大写挺好的,强迫症解除

This commit is contained in:
limqhz
2020-07-07 09:59:37 +08:00
parent 52bdb860ad
commit 15e7f03153
3 changed files with 2 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
group 'smartVenue'
group 'SmartVenue'
version '1.0-SNAPSHOT'
apply plugin: 'java'

View File

@@ -1,10 +1,7 @@
package com.sv.netty.netty.message;
import com.sv.netty.netty.message.BaseDto;
public class MessageDto extends BaseDto {
private Object result;
private Integer door;

View File

@@ -1,4 +1,4 @@
rootProject.name = 'smartVenue'
rootProject.name = 'SmartVenue'
include 'service'
include 'api'
include 'oms'