|
@@ -2,13 +2,12 @@ package com.malk.lanyun.entity;
|
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
-import javax.persistence.Entity;
|
|
|
-import javax.persistence.Id;
|
|
|
import java.io.Serializable;
|
|
|
import java.math.BigDecimal;
|
|
|
|
|
|
@Data
|
|
|
public class ProjectAnalysis implements Serializable {
|
|
|
+ private static final long serialVersionUID = 4820142670157009063L;
|
|
|
private String projectName;
|
|
|
private String belongProject;
|
|
|
private String month;
|