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