提交 2d6a5c1f authored 作者: niguanghui's avatar niguanghui

--no commit message

上级 5f1f64df
......@@ -19,9 +19,9 @@ import lombok.Data;
* @date 2018年12月27日下午6:45:31
*/
@Data
@ApiModel(value = "AchievementLibraryLable", description = "成果与标签关系表")
@Table(name = "res_achievement_library_lable")
public class AchievementLibraryLable {
@ApiModel(value = "AchievementLibraryLabel", description = "成果与标签关系表")
@Table(name = "res_achievement_library_label")
public class AchievementLibraryLabel {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY, generator = "SELECT REPLACE (UUID(), '-', '')")
......
......@@ -19,9 +19,9 @@ import lombok.Data;
* @date 2018年12月27日下午6:45:31
*/
@Data
@ApiModel(value = "ClauseLibraryLable", description = "条文与标签关系表")
@Table(name = "res_clause_library_lable")
public class ClauseLibraryLable {
@ApiModel(value = "ClauseLibraryLabel", description = "条文与标签关系表")
@Table(name = "res_clause_library_label")
public class ClauseLibraryLabel {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY, generator = "SELECT REPLACE (UUID(), '-', '')")
......
......@@ -19,9 +19,9 @@ import lombok.Data;
* @date 2018年12月27日下午6:45:31
*/
@Data
@ApiModel(value = "CriterionLibraryLable", description = "标准与标签关系表")
@Table(name = "res_criterion_library_lable")
public class CriterionLibraryLable {
@ApiModel(value = "CriterionLibraryLabel", description = "标准与标签关系表")
@Table(name = "res_criterion_library_label")
public class CriterionLibraryLabel {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY, generator = "SELECT REPLACE (UUID(), '-', '')")
......
......@@ -11,9 +11,9 @@ import javax.persistence.Table;
import lombok.Data;
@Data
@ApiModel(value = "PaperLibraryLable", description = "论文与标签关系表")
@Table(name = "res_paper_library_lable")
public class PaperLibraryLable {
@ApiModel(value = "PaperLibraryLabel", description = "论文与标签关系表")
@Table(name = "res_paper_library_label")
public class PaperLibraryLabel {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY, generator = "SELECT REPLACE (UUID(), '-', '')")
......
......@@ -19,9 +19,9 @@ import lombok.Data;
* @date 2018年12月27日下午6:45:31
*/
@Data
@ApiModel(value = "PatentLibraryLable", description = "专利与标签关系表")
@Table(name = "res_patent_library_lable")
public class PatentLibraryLable {
@ApiModel(value = "PatentLibraryLabel", description = "专利与标签关系表")
@Table(name = "res_patent_library_label")
public class PatentLibraryLabel {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY, generator = "SELECT REPLACE (UUID(), '-', '')")
......
......@@ -19,9 +19,9 @@ import lombok.Data;
* @date 2018年12月27日下午6:45:31
*/
@Data
@ApiModel(value = "StatuteLibraryLable", description = "法规与标签关系表")
@Table(name = "res_statute_library_lable")
public class StatuteLibraryLable {
@ApiModel(value = "StatuteLibraryLabel", description = "法规与标签关系表")
@Table(name = "res_statute_library_label")
public class StatuteLibraryLabel {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY, generator = "SELECT REPLACE (UUID(), '-', '')")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论