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/sms/model/SmsConfig.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/qxueyou/scc/sms/model/SmsConfig.java b/src/main/java/com/qxueyou/scc/sms/model/SmsConfig.java index 026a04b..6bf5b13 100644 --- a/src/main/java/com/qxueyou/scc/sms/model/SmsConfig.java +++ b/src/main/java/com/qxueyou/scc/sms/model/SmsConfig.java @@ -11,7 +11,7 @@ import org.hibernate.annotations.GenericGenerator; /** - * 短信表配置 实体 + * 鐭俊琛ㄩ厤缃� 瀹炰綋 * @author ody.yuan * */ @@ -24,26 +24,26 @@ */ private static final long serialVersionUID = 1L; - /** 主键 */ + /** 涓婚敭 */ @Id @GeneratedValue(generator = "hibernate-uuid") @GenericGenerator(name = "hibernate-uuid", strategy = "uuid") @Column(name="CONFIG_ID", unique=true, nullable=false, length=32) private String configId; - /** 模块:目前 激活 */ + /** 妯″潡锛氱洰鍓� 婵�娲� */ @Column(name="MODULE", length=255) private String module; - /** 最上层org_id */ + /** 鏈�涓婂眰org_id */ @Column(name="TOP_ORG_ID", length=255) private String topOrgId; - /** 开关 */ + /** 寮�鍏� */ @Column(name="SWITCH_FLAG", length=255) private Boolean switchFlag; - public static final String REG_ACTIVITY_MODULE = "REG_ACTIVITY"; // 激活 + public static final String REG_ACTIVITY_MODULE = "REG_ACTIVITY"; // 婵�娲� /** * @return the configId -- Gitblit v1.8.0