Compare commits
No commits in common. "4cd708039a419bbaed836b6f3dc2db0d52ffa086" and "fbc64c5e378d7cd647ecf9b4a0213951398a5256" have entirely different histories.
4cd708039a
...
fbc64c5e37
@ -3,7 +3,6 @@ package com.cdzy.ebikeoperate.model.dto.response;
|
||||
import com.cdzy.ebikeoperate.model.pojo.EbikePoint;
|
||||
import com.cdzy.ebikeoperate.model.pojo.EbikeSysRoperateset;
|
||||
import com.mybatisflex.annotation.RelationOneToMany;
|
||||
import com.mybatisflex.annotation.RelationOneToOne;
|
||||
import lombok.Data;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
@ -85,7 +84,7 @@ public class ResOperationRegionInfo {
|
||||
@RelationOneToMany(selfField = "operationRegionId",targetField = "regionId")
|
||||
private List<EbikePoint> points;
|
||||
|
||||
@RelationOneToOne(selfField = "operationRegionId",targetField = "operationRegionId")
|
||||
@RelationOneToMany(selfField = "operationRegionId",targetField = "operationRegionId")
|
||||
private EbikeSysRoperateset sysRoperateset;
|
||||
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ spring:
|
||||
name: ebike-orders
|
||||
cloud:
|
||||
nacos:
|
||||
server-addr: 192.168.2.226:8848 # nacos
|
||||
server-addr: 127.0.0.1:8848 # nacos
|
||||
username: nacos
|
||||
password: nacos
|
||||
jackson:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user