fix():停机实绩
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.fizz.business.domain;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
@@ -19,7 +21,7 @@ public class ProStoppage implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@ApiModelProperty(value = "停机ID")
|
||||
|
||||
@TableId(value = "stopid", type = IdType.AUTO)
|
||||
private Long stopid;
|
||||
|
||||
@ApiModelProperty(value = "钢卷号")
|
||||
|
||||
Reference in New Issue
Block a user