|
@@ -24,7 +24,7 @@ import org.springframework.format.annotation.DateTimeFormat;
|
|
|
* </p>
|
|
|
*
|
|
|
* @author Seyason
|
|
|
- * @since 2023-08-10
|
|
|
+ * @since 2023-12-05
|
|
|
*/
|
|
|
@Data
|
|
|
@EqualsAndHashCode(callSuper = false)
|
|
@@ -388,6 +388,12 @@ public class Report extends Model<Report> {
|
|
|
@TableField("extra_field3")
|
|
|
private Integer extraField3;
|
|
|
|
|
|
+ /**
|
|
|
+ * SAP项目服务ID
|
|
|
+ */
|
|
|
+ @TableField("sap_service_id")
|
|
|
+ private Integer sapServiceId;
|
|
|
+
|
|
|
@TableField(exist = false)
|
|
|
private List<ProFunWorkContext> workContentList;
|
|
|
|