平台件项目-添加平台件类型字段
This commit is contained in:
+1
@@ -80,6 +80,7 @@
|
||||
plb.cooling_method,
|
||||
plb.filing_completion_time,
|
||||
plb.remark,
|
||||
plb.platform_type,
|
||||
sdi.item_text brandText,
|
||||
sdi.en_name brandTextEn
|
||||
from project_library_base as plb
|
||||
|
||||
+3
@@ -266,6 +266,9 @@ public class ProjectLibraryBase implements Comparable<ProjectLibraryBase> {
|
||||
@TableField(exist = false)
|
||||
private List<String> urlList;
|
||||
|
||||
@ApiModelProperty(value = "平台件类型")
|
||||
private String platformType;
|
||||
|
||||
|
||||
@Override
|
||||
public int compareTo(ProjectLibraryBase o) {
|
||||
|
||||
Reference in New Issue
Block a user