From 82723ea5ecc5dd0e197d544a61bcfe86f63692a3 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期六, 02 三月 2024 16:08:44 +0800 Subject: [PATCH] 解决数据定时同步及上报不执行问题 --- src/main/java/com/fzzy/api/entity/ApiConfs.java | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/main/java/com/fzzy/api/entity/ApiConfs.java b/src/main/java/com/fzzy/api/entity/ApiConfs.java index 56cf737..2349685 100644 --- a/src/main/java/com/fzzy/api/entity/ApiConfs.java +++ b/src/main/java/com/fzzy/api/entity/ApiConfs.java @@ -94,15 +94,15 @@ @Column(name = "syncType_11", length = 2) private String syncType11; - @PropertyDef(label = "鍩虹鎺ュ彛-澶�", description = "1-鍛ㄤ竴锛�2-鍛ㄤ簩锛�3-鍛ㄤ笁绛夌瓑锛�* 琛ㄧず姣忓ぉ") + @PropertyDef(label = "鍩虹鎺ュ彛-鍚屾-澶�", description = "1-鍛ㄤ竴锛�2-鍛ㄤ簩锛�3-鍛ㄤ笁绛夌瓑锛�* 琛ㄧず姣忓ぉ") @Column(name = "syncDay_11") private String syncDay11; - @PropertyDef(label = "鍩虹鎺ュ彛-鏃�", description = "0-23琛ㄧず鍏蜂綋灏忔椂锛�* 琛ㄧず姣忓皬鏃�") + @PropertyDef(label = "鍩虹鎺ュ彛-鍚屾-鏃�", description = "0-23琛ㄧず鍏蜂綋灏忔椂锛�* 琛ㄧず姣忓皬鏃�") @Column(name = "syncHour_11", length = 4) private String syncHour11; - @PropertyDef(label = "鍩虹鎺ュ彛-鍒�", description = "鍏蜂綋鎵ц鏃堕棿锛屽垎涓猴細0鍜�30涓や釜閫夋嫨锛岃〃绀烘暣鐐规墽琛�30鍒嗛挓鎵ц") + @PropertyDef(label = "鍩虹鎺ュ彛-鍚屾-鍒�", description = "鍏蜂綋鎵ц鏃堕棿锛屽垎涓猴細0鍜�30涓や釜閫夋嫨锛岃〃绀烘暣鐐规墽琛�30鍒嗛挓鎵ц") @Column(name = "syncMinute_11", length = 4) private String syncMinute11; @@ -110,15 +110,15 @@ @Column(name = "pushType_11", length = 2) private String pushType11; - @PropertyDef(label = "鍩虹鎺ュ彛-澶�") + @PropertyDef(label = "鍩虹鎺ュ彛-鎺ㄩ��-澶�") @Column(name = "pushDay_11", length = 4) private String pushDay11; - @PropertyDef(label = "鍩虹鎺ュ彛-鏃�") + @PropertyDef(label = "鍩虹鎺ュ彛-鍚屾-鏃�") @Column(name = "pushHour_11", length = 4) private String pushHour11; - @PropertyDef(label = "鍩虹鎺ュ彛-鍒�") + @PropertyDef(label = "鍩虹鎺ュ彛-鍚屾-鍒�") @Column(name = "pushMinute_11", length = 4) private String pushMinute11; @@ -126,31 +126,31 @@ @Column(name = "syncType_99", length = 2) private String syncType99; - @PropertyDef(label = "鍏朵粬鏁版嵁-澶�") + @PropertyDef(label = "鍏朵粬鏁版嵁-鍚屾-澶�") @Column(name = "syncDay_99", length = 4) private String syncDay99; - @PropertyDef(label = "鍏朵粬鏁版嵁-鏃�") + @PropertyDef(label = "鍏朵粬鏁版嵁-鍚屾-鏃�") @Column(name = "syncHour_99", length = 4) private String syncHour99; - @PropertyDef(label = "鍏朵粬鏁版嵁-鍒�") + @PropertyDef(label = "鍏朵粬鏁版嵁-鍚屾-鍒�") @Column(name = "syncMinute_99", length = 4) private String syncMinute99; - @PropertyDef(label = "鍏朵粬鏁版嵁-鎺ㄩ��", description = "鑷姩鍚屾锛岃嚜鍔ㄥ悓姝�") + @PropertyDef(label = "鍏朵粬鏁版嵁-鎺ㄩ�佹柟寮�", description = "鑷姩鍚屾锛岃嚜鍔ㄥ悓姝�") @Column(name = "pushType_99", length = 2) private String pushType99; - @PropertyDef(label = "鍏朵粬鏁版嵁-澶�") + @PropertyDef(label = "鍏朵粬鏁版嵁-鎺ㄩ��-澶�") @Column(name = "pushDay_99", length = 4) private String pushDay99; - @PropertyDef(label = "鍏朵粬鏁版嵁-鏃�") + @PropertyDef(label = "鍏朵粬鏁版嵁-鎺ㄩ��-鏃�") @Column(name = "pushHour_99", length = 4) private String pushHour99; - @PropertyDef(label = "鍏朵粬鏁版嵁-鍒�") + @PropertyDef(label = "鍏朵粬鏁版嵁-鎺ㄩ��-鍒�") @Column(name = "pushMinute_99", length = 4) private String pushMinute99; -- Gitblit v1.9.3