Browse Source

多项目共用小程序看课配置 - 新增sendType字段

Long 1 month ago
parent
commit
cc0094784e

+ 5 - 0
fs-service-system/src/main/java/com/fs/store/domain/FsProjectAddressConfig.java

@@ -41,4 +41,9 @@ public class FsProjectAddressConfig {
      * 修改时间
      */
     private LocalDateTime updateTime;
+
+    /**
+     * 发送类型 1个微 2企微
+     */
+    private Integer sendType;
 }