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