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