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