package com.panzhihua.common.enums; /** * @title: PresetPictureType * @projectName: 成都呐喊信息技术有限公司-智慧社区项目 * @description: 预设图片类型 * @author: hans * @date: 2021/11/23 17:31 */ public class PresetPictureType { /** * 物业宣传 */ public static Integer PROPERTY_PUBLICITY = 1; /** * 五微服务-微讲堂 */ public static Integer FMS_CLASSROOM = 2; }