添加项目id属性

localizer
ljw 2025-09-20 11:23:01 +08:00
parent fe23a8e53b
commit 10f54014fa
1 changed files with 6 additions and 0 deletions

View File

@ -229,4 +229,10 @@ public class OrderInfoEntity {
@TableLogic
private Boolean deleted;
/**
* Id
*/
private Long projectId;
}