|
@@ -19,7 +19,7 @@ public class ProjectCostListVO implements Serializable {
|
|
|
/**主键*/
|
|
|
@TableId(type = IdType.ASSIGN_ID)
|
|
|
@ApiModelProperty(value = "主键")
|
|
|
- private java.lang.Integer id;
|
|
|
+ private java.lang.String id;
|
|
|
/**任务号/来自科研任务*/
|
|
|
@Excel(name = "任务号/来自科研任务", width = 15)
|
|
|
@ApiModelProperty(value = "任务号/来自科研任务")
|