From 068fc7f2e81178e55fa191a13709af64b1a163f6 Mon Sep 17 00:00:00 2001 From: EricsHu <hrr145632> Date: 星期一, 05 十二月 2022 14:27:43 +0800 Subject: [PATCH] 处理编码 --- src/main/java/com/qxueyou/scc/exercise/model/ExerciseCorrectionImg.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/qxueyou/scc/exercise/model/ExerciseCorrectionImg.java b/src/main/java/com/qxueyou/scc/exercise/model/ExerciseCorrectionImg.java index 19c12d2..2b6fa99 100644 --- a/src/main/java/com/qxueyou/scc/exercise/model/ExerciseCorrectionImg.java +++ b/src/main/java/com/qxueyou/scc/exercise/model/ExerciseCorrectionImg.java @@ -16,7 +16,7 @@ import com.qxueyou.scc.base.model.ITrace; /** - * 练习纠错 图片表 实体 + * 缁冧範绾犻敊 鍥剧墖琛� 瀹炰綋 * @author alger * */ @@ -29,24 +29,24 @@ */ private static final long serialVersionUID = 1L; - /** 主键 */ + /** 涓婚敭 */ @Id @GeneratedValue(generator = "hibernate-uuid") @GenericGenerator(name = "hibernate-uuid", strategy = "uuid") @Column(name="CORRECTION_IMG_ID", unique=true, nullable=false, length=32) private String correctionImgId; - /** 纠错ID */ + /** 绾犻敊ID */ @Column(name="EXERCISE_CORRECTION",nullable=false, length=32) @JsonIgnore private String exercisecorrectionId; - /** 图片路径 */ + /** 鍥剧墖璺緞 */ @Column(name="IMG_PATH",nullable=false, length=32) @JsonIgnore private String imgPath; - /** 图片顺序 */ + /** 鍥剧墖椤哄簭 */ @Column(name="IMG_ORDER",nullable=false, length=32) @JsonIgnore private String imgOrper; -- Gitblit v1.8.0