|
@@ -1,9 +1,10 @@
|
|
package com.ruoyi.system.domain;
|
|
package com.ruoyi.system.domain;
|
|
|
|
|
|
-import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
|
|
-import org.apache.commons.lang3.builder.ToStringStyle;
|
|
|
|
|
|
+import com.baomidou.mybatisplus.annotation.TableId;
|
|
import com.ruoyi.common.annotation.Excel;
|
|
import com.ruoyi.common.annotation.Excel;
|
|
import com.ruoyi.common.core.domain.BaseEntity;
|
|
import com.ruoyi.common.core.domain.BaseEntity;
|
|
|
|
+import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
|
|
+import org.apache.commons.lang3.builder.ToStringStyle;
|
|
|
|
|
|
import java.io.Serializable;
|
|
import java.io.Serializable;
|
|
|
|
|
|
@@ -18,6 +19,7 @@ public class PoTetherandcollection extends BaseEntity implements Serializable
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
/** 藏品Id */
|
|
/** 藏品Id */
|
|
|
|
+ @TableId
|
|
private Long collectionId;
|
|
private Long collectionId;
|
|
|
|
|
|
/** 藏品名字 */
|
|
/** 藏品名字 */
|