Parcourir la source

提交加字段

小么熊🐻 il y a 2 ans
Parent
commit
56af94d2a9

+ 7 - 0
jsjp-service/src/main/java/com/miaxis/newgzpt/domain/GzptSchPayConfig.java

@@ -56,5 +56,12 @@ public class GzptSchPayConfig implements Serializable {
     @TableField("IS_OPEN")
     private String isOpen;
 
+    @ApiModelProperty(value = "同步计时平台状态 0 待同步 1 同步成功 ")
+    @TableField("SYNC")
+    private String sync;
+
+    @ApiModelProperty(value = "同步时间 ")
+    @TableField("SYNC_TIME")
+    private String syncTime;
 
 }