luoyuanqiao
2022-03-01 1a44a6409a672dcd30a6bcafbf177c918c6e9c68
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComActEasyPhotoHandler.java
@@ -37,7 +37,12 @@
     * 业务类型(1.随手拍 2.微心愿)
     */
    private Integer serviceType;
    /**
     * 业务分类(1.随手拍 2.微心愿)
     */
    public interface ServiceType{
        int SSP = 1;
        int WXY = 2;
    }
}