Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
clx-performance
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
姜武杰
clx-performance
Commits
b218a620
提交
b218a620
authored
11月 06, 2023
作者:
aiqingguo
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
积分配置优化包路径
上级
e0cc1ebf
隐藏空白字符变更
内嵌
并排
正在显示
19 个修改的文件
包含
36 行增加
和
37 行删除
+36
-37
IntegralRuleUpdateParam.java
...erformance/param/pc/integral/IntegralRuleUpdateParam.java
+2
-2
IntegralTruckRuleSaveParam.java
...ormance/param/pc/integral/IntegralTruckRuleSaveParam.java
+1
-1
IntegralTruckRuleStatusDeleteParam.java
...param/pc/integral/IntegralTruckRuleStatusDeleteParam.java
+1
-1
IntegralTruckRuleStatusUpdateParam.java
...param/pc/integral/IntegralTruckRuleStatusUpdateParam.java
+1
-1
IntegralTruckRuleUpdateParam.java
...mance/param/pc/integral/IntegralTruckRuleUpdateParam.java
+1
-1
PageIntegralTruckRuleParam.java
...ormance/param/pc/integral/PageIntegralTruckRuleParam.java
+1
-1
AppIntegralRuleVO.java
...com/clx/performance/vo/pc/integral/AppIntegralRuleVO.java
+1
-1
AppIntegralTruckRuleVO.java
...lx/performance/vo/pc/integral/AppIntegralTruckRuleVO.java
+1
-1
IntegralRuleController.java
...rmance/controller/pc/integral/IntegralRuleController.java
+5
-5
IntegralTruckRuleController.java
...e/controller/pc/integral/IntegralTruckRuleController.java
+4
-5
IntegralTruckRuleDaoImpl.java
...rformance/dao/impl/integral/IntegralTruckRuleDaoImpl.java
+2
-2
IntegralTruckRuleDao.java
...om/clx/performance/dao/integral/IntegralTruckRuleDao.java
+2
-2
IntegralTruckRuleMapper.java
.../performance/mapper/integral/IntegralTruckRuleMapper.java
+3
-3
IntegralRuleServiceImpl.java
...rmance/service/impl/integral/IntegralRuleServiceImpl.java
+2
-2
IntegralTruckRuleServiceImpl.java
...e/service/impl/integral/IntegralTruckRuleServiceImpl.java
+2
-2
IntegralRuleService.java
...clx/performance/service/integral/IntegralRuleService.java
+2
-2
IntegralTruckRuleService.java
...erformance/service/integral/IntegralTruckRuleService.java
+2
-2
IntegralTruckRuleProvider.java
...mance/sqlProvider/integral/IntegralTruckRuleProvider.java
+2
-2
IntegralTruckRuleStruct.java
.../performance/struct/integral/IntegralTruckRuleStruct.java
+1
-1
没有找到文件。
performance-api/src/main/java/com/clx/performance/param/
app
/integral/IntegralRuleUpdateParam.java
→
performance-api/src/main/java/com/clx/performance/param/
pc
/integral/IntegralRuleUpdateParam.java
浏览文件 @
b218a620
package
com
.
clx
.
performance
.
param
.
app
.
integral
;
package
com
.
clx
.
performance
.
param
.
pc
.
integral
;
import
com.clx.performance.vo.
app
.integral.AppIntegralRuleVO
;
import
com.clx.performance.vo.
pc
.integral.AppIntegralRuleVO
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Getter
;
import
lombok.Getter
;
import
lombok.NoArgsConstructor
;
import
lombok.NoArgsConstructor
;
...
...
performance-api/src/main/java/com/clx/performance/param/
app
/integral/IntegralTruckRuleSaveParam.java
→
performance-api/src/main/java/com/clx/performance/param/
pc
/integral/IntegralTruckRuleSaveParam.java
浏览文件 @
b218a620
package
com
.
clx
.
performance
.
param
.
app
.
integral
;
package
com
.
clx
.
performance
.
param
.
pc
.
integral
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Getter
;
import
lombok.Getter
;
...
...
performance-api/src/main/java/com/clx/performance/param/
app
/integral/IntegralTruckRuleStatusDeleteParam.java
→
performance-api/src/main/java/com/clx/performance/param/
pc
/integral/IntegralTruckRuleStatusDeleteParam.java
浏览文件 @
b218a620
package
com
.
clx
.
performance
.
param
.
app
.
integral
;
package
com
.
clx
.
performance
.
param
.
pc
.
integral
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Getter
;
import
lombok.Getter
;
...
...
performance-api/src/main/java/com/clx/performance/param/
app
/integral/IntegralTruckRuleStatusUpdateParam.java
→
performance-api/src/main/java/com/clx/performance/param/
pc
/integral/IntegralTruckRuleStatusUpdateParam.java
浏览文件 @
b218a620
package
com
.
clx
.
performance
.
param
.
app
.
integral
;
package
com
.
clx
.
performance
.
param
.
pc
.
integral
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Getter
;
import
lombok.Getter
;
...
...
performance-api/src/main/java/com/clx/performance/param/
app
/integral/IntegralTruckRuleUpdateParam.java
→
performance-api/src/main/java/com/clx/performance/param/
pc
/integral/IntegralTruckRuleUpdateParam.java
浏览文件 @
b218a620
package
com
.
clx
.
performance
.
param
.
app
.
integral
;
package
com
.
clx
.
performance
.
param
.
pc
.
integral
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Getter
;
import
lombok.Getter
;
...
...
performance-api/src/main/java/com/clx/performance/param/
app
/integral/PageIntegralTruckRuleParam.java
→
performance-api/src/main/java/com/clx/performance/param/
pc
/integral/PageIntegralTruckRuleParam.java
浏览文件 @
b218a620
package
com
.
clx
.
performance
.
param
.
app
.
integral
;
package
com
.
clx
.
performance
.
param
.
pc
.
integral
;
import
com.msl.common.base.PageParam
;
import
com.msl.common.base.PageParam
;
import
lombok.Getter
;
import
lombok.Getter
;
...
...
performance-api/src/main/java/com/clx/performance/vo/
app
/integral/AppIntegralRuleVO.java
→
performance-api/src/main/java/com/clx/performance/vo/
pc
/integral/AppIntegralRuleVO.java
浏览文件 @
b218a620
package
com
.
clx
.
performance
.
vo
.
app
.
integral
;
package
com
.
clx
.
performance
.
vo
.
pc
.
integral
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
...
...
performance-api/src/main/java/com/clx/performance/vo/
app
/integral/AppIntegralTruckRuleVO.java
→
performance-api/src/main/java/com/clx/performance/vo/
pc
/integral/AppIntegralTruckRuleVO.java
浏览文件 @
b218a620
package
com
.
clx
.
performance
.
vo
.
app
.
integral
;
package
com
.
clx
.
performance
.
vo
.
pc
.
integral
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
...
...
performance-web/src/main/java/com/clx/performance/controller/
app
/integral/IntegralRuleController.java
→
performance-web/src/main/java/com/clx/performance/controller/
pc
/integral/IntegralRuleController.java
浏览文件 @
b218a620
package
com
.
clx
.
performance
.
controller
.
app
.
integral
;
package
com
.
clx
.
performance
.
controller
.
pc
.
integral
;
import
com.clx.performance.param.
app
.integral.IntegralRuleUpdateParam
;
import
com.clx.performance.param.
pc
.integral.IntegralRuleUpdateParam
;
import
com.clx.performance.service.integral.IntegralRuleService
;
import
com.clx.performance.service.integral.IntegralRuleService
;
import
com.clx.performance.vo.
app
.integral.AppIntegralRuleVO
;
import
com.clx.performance.vo.
pc
.integral.AppIntegralRuleVO
;
import
com.msl.common.convertor.aspect.UnitCovert
;
import
com.msl.common.convertor.aspect.UnitCovert
;
import
com.msl.common.result.Result
;
import
com.msl.common.result.Result
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.Api
;
...
@@ -15,9 +15,9 @@ import org.springframework.web.bind.annotation.*;
...
@@ -15,9 +15,9 @@ import org.springframework.web.bind.annotation.*;
@Slf4j
@Slf4j
@RestController
@RestController
@RequestMapping
(
value
=
"/
app/driv
er/integral/rule"
)
@RequestMapping
(
value
=
"/
pc/carri
er/integral/rule"
)
@Validated
@Validated
@Api
(
tags
=
"司机APP-积分
记录
"
)
@Api
(
tags
=
"司机APP-积分
规则
"
)
@AllArgsConstructor
@AllArgsConstructor
public
class
IntegralRuleController
{
public
class
IntegralRuleController
{
...
...
performance-web/src/main/java/com/clx/performance/controller/
app
/integral/IntegralTruckRuleController.java
→
performance-web/src/main/java/com/clx/performance/controller/
pc
/integral/IntegralTruckRuleController.java
浏览文件 @
b218a620
package
com
.
clx
.
performance
.
controller
.
app
.
integral
;
package
com
.
clx
.
performance
.
controller
.
pc
.
integral
;
import
com.baomidou.mybatisplus.core.metadata.IPage
;
import
com.baomidou.mybatisplus.core.metadata.IPage
;
import
com.clx.performance.enums.PerformanceResultEnum
;
import
com.clx.performance.enums.PerformanceResultEnum
;
import
com.clx.performance.param.app.collect.PageCollectLineReportParam
;
import
com.clx.performance.param.pc.integral.*
;
import
com.clx.performance.param.app.integral.*
;
import
com.clx.performance.service.integral.IntegralTruckRuleService
;
import
com.clx.performance.service.integral.IntegralTruckRuleService
;
import
com.clx.performance.vo.
app
.integral.AppIntegralTruckRuleVO
;
import
com.clx.performance.vo.
pc
.integral.AppIntegralTruckRuleVO
;
import
com.msl.common.base.PageData
;
import
com.msl.common.base.PageData
;
import
com.msl.common.convertor.aspect.UnitCovert
;
import
com.msl.common.convertor.aspect.UnitCovert
;
import
com.msl.common.exception.ServiceSystemException
;
import
com.msl.common.exception.ServiceSystemException
;
...
@@ -22,7 +21,7 @@ import javax.validation.constraints.NotBlank;
...
@@ -22,7 +21,7 @@ import javax.validation.constraints.NotBlank;
@Slf4j
@Slf4j
@RestController
@RestController
@RequestMapping
(
value
=
"/
app/driver/integral/rule/truck
"
)
@RequestMapping
(
value
=
"/
pc/carrier/integral/truck/rule
"
)
@Validated
@Validated
@Api
(
tags
=
"司机APP-积分记录"
)
@Api
(
tags
=
"司机APP-积分记录"
)
@AllArgsConstructor
@AllArgsConstructor
...
...
performance-web/src/main/java/com/clx/performance/dao/impl/integral/IntegralTruckRuleDaoImpl.java
浏览文件 @
b218a620
...
@@ -5,8 +5,8 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
...
@@ -5,8 +5,8 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import
com.clx.performance.dao.integral.IntegralTruckRuleDao
;
import
com.clx.performance.dao.integral.IntegralTruckRuleDao
;
import
com.clx.performance.mapper.integral.IntegralTruckRuleMapper
;
import
com.clx.performance.mapper.integral.IntegralTruckRuleMapper
;
import
com.clx.performance.model.integral.IntegralTruckRule
;
import
com.clx.performance.model.integral.IntegralTruckRule
;
import
com.clx.performance.param.
app
.integral.PageIntegralTruckRuleParam
;
import
com.clx.performance.param.
pc
.integral.PageIntegralTruckRuleParam
;
import
com.clx.performance.vo.
app
.integral.AppIntegralTruckRuleVO
;
import
com.clx.performance.vo.
pc
.integral.AppIntegralTruckRuleVO
;
import
com.msl.common.dao.impl.BaseDaoImpl
;
import
com.msl.common.dao.impl.BaseDaoImpl
;
import
org.springframework.stereotype.Repository
;
import
org.springframework.stereotype.Repository
;
...
...
performance-web/src/main/java/com/clx/performance/dao/integral/IntegralTruckRuleDao.java
浏览文件 @
b218a620
...
@@ -3,8 +3,8 @@ package com.clx.performance.dao.integral;
...
@@ -3,8 +3,8 @@ package com.clx.performance.dao.integral;
import
com.baomidou.mybatisplus.core.metadata.IPage
;
import
com.baomidou.mybatisplus.core.metadata.IPage
;
import
com.clx.performance.mapper.integral.IntegralTruckRuleMapper
;
import
com.clx.performance.mapper.integral.IntegralTruckRuleMapper
;
import
com.clx.performance.model.integral.IntegralTruckRule
;
import
com.clx.performance.model.integral.IntegralTruckRule
;
import
com.clx.performance.param.
app
.integral.PageIntegralTruckRuleParam
;
import
com.clx.performance.param.
pc
.integral.PageIntegralTruckRuleParam
;
import
com.clx.performance.vo.
app
.integral.AppIntegralTruckRuleVO
;
import
com.clx.performance.vo.
pc
.integral.AppIntegralTruckRuleVO
;
import
com.msl.common.dao.BaseDao
;
import
com.msl.common.dao.BaseDao
;
import
java.util.List
;
import
java.util.List
;
...
...
performance-web/src/main/java/com/clx/performance/mapper/integral/IntegralTruckRuleMapper.java
浏览文件 @
b218a620
...
@@ -4,9 +4,9 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
...
@@ -4,9 +4,9 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import
com.baomidou.mybatisplus.core.metadata.IPage
;
import
com.baomidou.mybatisplus.core.metadata.IPage
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.clx.performance.model.integral.IntegralTruckRule
;
import
com.clx.performance.model.integral.IntegralTruckRule
;
import
com.clx.performance.param.
app
.integral.PageIntegralTruckRuleParam
;
import
com.clx.performance.param.
pc
.integral.PageIntegralTruckRuleParam
;
import
com.clx.performance.sqlProvider.integral.IntegralTruckRuleProvider
;
import
com.clx.performance.sqlProvider.integral.IntegralTruckRuleProvider
;
import
com.clx.performance.vo.
app
.integral.AppIntegralTruckRuleVO
;
import
com.clx.performance.vo.
pc
.integral.AppIntegralTruckRuleVO
;
import
org.apache.ibatis.annotations.Mapper
;
import
org.apache.ibatis.annotations.Mapper
;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.SelectProvider
;
import
org.apache.ibatis.annotations.SelectProvider
;
...
@@ -22,7 +22,7 @@ import org.apache.ibatis.annotations.SelectProvider;
...
@@ -22,7 +22,7 @@ import org.apache.ibatis.annotations.SelectProvider;
public
interface
IntegralTruckRuleMapper
extends
BaseMapper
<
IntegralTruckRule
>
{
public
interface
IntegralTruckRuleMapper
extends
BaseMapper
<
IntegralTruckRule
>
{
/**
/**
* @see IntegralTruckRuleProvider#pageRule(com.baomidou.mybatisplus.extension.plugins.pagination.Page,
com.clx.performance.param.app.integral.
PageIntegralTruckRuleParam)
* @see IntegralTruckRuleProvider#pageRule(com.baomidou.mybatisplus.extension.plugins.pagination.Page, PageIntegralTruckRuleParam)
*/
*/
@SelectProvider
(
type
=
IntegralTruckRuleProvider
.
class
,
method
=
"pageRule"
)
@SelectProvider
(
type
=
IntegralTruckRuleProvider
.
class
,
method
=
"pageRule"
)
IPage
<
AppIntegralTruckRuleVO
>
pageRule
(
@Param
(
"page"
)
Page
<
AppIntegralTruckRuleVO
>
page
,
@Param
(
"param"
)
PageIntegralTruckRuleParam
param
);
IPage
<
AppIntegralTruckRuleVO
>
pageRule
(
@Param
(
"page"
)
Page
<
AppIntegralTruckRuleVO
>
page
,
@Param
(
"param"
)
PageIntegralTruckRuleParam
param
);
...
...
performance-web/src/main/java/com/clx/performance/service/impl/integral/IntegralRuleServiceImpl.java
浏览文件 @
b218a620
...
@@ -4,9 +4,9 @@ import com.alibaba.fastjson.JSON;
...
@@ -4,9 +4,9 @@ import com.alibaba.fastjson.JSON;
import
com.clx.performance.dao.integral.IntegralRuleDao
;
import
com.clx.performance.dao.integral.IntegralRuleDao
;
import
com.clx.performance.enums.PerformanceResultEnum
;
import
com.clx.performance.enums.PerformanceResultEnum
;
import
com.clx.performance.model.integral.IntegralRule
;
import
com.clx.performance.model.integral.IntegralRule
;
import
com.clx.performance.param.
app
.integral.IntegralRuleUpdateParam
;
import
com.clx.performance.param.
pc
.integral.IntegralRuleUpdateParam
;
import
com.clx.performance.service.integral.IntegralRuleService
;
import
com.clx.performance.service.integral.IntegralRuleService
;
import
com.clx.performance.vo.
app
.integral.AppIntegralRuleVO
;
import
com.clx.performance.vo.
pc
.integral.AppIntegralRuleVO
;
import
lombok.extern.slf4j.Slf4j
;
import
lombok.extern.slf4j.Slf4j
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Service
;
import
org.springframework.stereotype.Service
;
...
...
performance-web/src/main/java/com/clx/performance/service/impl/integral/IntegralTruckRuleServiceImpl.java
浏览文件 @
b218a620
...
@@ -4,10 +4,10 @@ import com.baomidou.mybatisplus.core.metadata.IPage;
...
@@ -4,10 +4,10 @@ import com.baomidou.mybatisplus.core.metadata.IPage;
import
com.clx.performance.dao.integral.IntegralTruckRuleDao
;
import
com.clx.performance.dao.integral.IntegralTruckRuleDao
;
import
com.clx.performance.enums.PerformanceResultEnum
;
import
com.clx.performance.enums.PerformanceResultEnum
;
import
com.clx.performance.model.integral.IntegralTruckRule
;
import
com.clx.performance.model.integral.IntegralTruckRule
;
import
com.clx.performance.param.
app
.integral.*
;
import
com.clx.performance.param.
pc
.integral.*
;
import
com.clx.performance.service.integral.IntegralTruckRuleService
;
import
com.clx.performance.service.integral.IntegralTruckRuleService
;
import
com.clx.performance.struct.integral.IntegralTruckRuleStruct
;
import
com.clx.performance.struct.integral.IntegralTruckRuleStruct
;
import
com.clx.performance.vo.
app
.integral.AppIntegralTruckRuleVO
;
import
com.clx.performance.vo.
pc
.integral.AppIntegralTruckRuleVO
;
import
com.msl.common.exception.ServiceSystemException
;
import
com.msl.common.exception.ServiceSystemException
;
import
lombok.extern.slf4j.Slf4j
;
import
lombok.extern.slf4j.Slf4j
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
...
...
performance-web/src/main/java/com/clx/performance/service/integral/IntegralRuleService.java
浏览文件 @
b218a620
package
com
.
clx
.
performance
.
service
.
integral
;
package
com
.
clx
.
performance
.
service
.
integral
;
import
com.clx.performance.param.
app
.integral.IntegralRuleUpdateParam
;
import
com.clx.performance.param.
pc
.integral.IntegralRuleUpdateParam
;
import
com.clx.performance.vo.
app
.integral.AppIntegralRuleVO
;
import
com.clx.performance.vo.
pc
.integral.AppIntegralRuleVO
;
public
interface
IntegralRuleService
{
public
interface
IntegralRuleService
{
...
...
performance-web/src/main/java/com/clx/performance/service/integral/IntegralTruckRuleService.java
浏览文件 @
b218a620
package
com
.
clx
.
performance
.
service
.
integral
;
package
com
.
clx
.
performance
.
service
.
integral
;
import
com.baomidou.mybatisplus.core.metadata.IPage
;
import
com.baomidou.mybatisplus.core.metadata.IPage
;
import
com.clx.performance.param.
app
.integral.*
;
import
com.clx.performance.param.
pc
.integral.*
;
import
com.clx.performance.vo.
app
.integral.AppIntegralTruckRuleVO
;
import
com.clx.performance.vo.
pc
.integral.AppIntegralTruckRuleVO
;
public
interface
IntegralTruckRuleService
{
public
interface
IntegralTruckRuleService
{
...
...
performance-web/src/main/java/com/clx/performance/sqlProvider/integral/IntegralTruckRuleProvider.java
浏览文件 @
b218a620
...
@@ -2,8 +2,8 @@ package com.clx.performance.sqlProvider.integral;
...
@@ -2,8 +2,8 @@ package com.clx.performance.sqlProvider.integral;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.clx.performance.param.
app
.integral.PageIntegralTruckRuleParam
;
import
com.clx.performance.param.
pc
.integral.PageIntegralTruckRuleParam
;
import
com.clx.performance.vo.
app
.integral.AppIntegralTruckRuleVO
;
import
com.clx.performance.vo.
pc
.integral.AppIntegralTruckRuleVO
;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.jdbc.SQL
;
import
org.apache.ibatis.jdbc.SQL
;
...
...
performance-web/src/main/java/com/clx/performance/struct/integral/IntegralTruckRuleStruct.java
浏览文件 @
b218a620
package
com
.
clx
.
performance
.
struct
.
integral
;
package
com
.
clx
.
performance
.
struct
.
integral
;
import
com.clx.performance.model.integral.IntegralTruckRule
;
import
com.clx.performance.model.integral.IntegralTruckRule
;
import
com.clx.performance.vo.
app
.integral.AppIntegralTruckRuleVO
;
import
com.clx.performance.vo.
pc
.integral.AppIntegralTruckRuleVO
;
import
com.msl.common.utils.DateStructUtil
;
import
com.msl.common.utils.DateStructUtil
;
import
com.msl.common.utils.DateUtils
;
import
com.msl.common.utils.DateUtils
;
import
org.mapstruct.Mapper
;
import
org.mapstruct.Mapper
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论