项目单词首字母大写挺好的,强迫症解除
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
group 'smartVenue'
|
||||
group 'SmartVenue'
|
||||
version '1.0-SNAPSHOT'
|
||||
|
||||
apply plugin: 'java'
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
rootProject.name = 'smartVenue'
|
||||
rootProject.name = 'SmartVenue'
|
||||
include 'service'
|
||||
include 'api'
|
||||
include 'oms'
|
||||
|
||||
Reference in New Issue
Block a user