Skip to content

Commit 8007e55

Browse files
committed
RotatedBox优化
1 parent e889ac4 commit 8007e55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common/src/main/java/cn/smartjavaai/common/entity/RotatedBox.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
package cn.smartjavaai.common.entity;
22

3+
import lombok.Data;
4+
35
/**
46
* 旋转框
57
* @author dwj
68
*/
9+
@Data
710
public class RotatedBox {
811

912
/**

0 commit comments

Comments
 (0)