地质所 沉降监测网建设项目
bg
chenhuan
2024-05-21 dfe35b46051d6c2e1390a727f6a9c49aed347ac2
1
2
3
4
5
6
7
package com.javaweb.third.baidu.baiduSite;
 
 
public enum BaiduPushTypeEnum {
    // urls: 推送, update: 更新, del: 删除
    urls, update, del
}