新增:项目id提交
This commit is contained in:
@@ -18,7 +18,7 @@ public class LyricVProjectToDM {
|
||||
|
||||
@Schema(description = "项目id")
|
||||
@TableField(value = "id")
|
||||
private String id;
|
||||
private Long id;
|
||||
|
||||
@Schema(description = "项目编号")
|
||||
@TableField(value = "project_num")
|
||||
@@ -107,5 +107,5 @@ public class LyricVProjectToDM {
|
||||
@Schema(description = "机型")
|
||||
@TableField(value = "machine_type")
|
||||
public String machine_type;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user