xuhy
2 天以前 4955cdc73d9beb5733aa2c0a578c14798394fa61
1
2
3
4
5
6
7
8
9
package com.ruoyi.system.utils.wx.pojo;
 
import lombok.Data;
 
@Data
public class Watermark {
    private String appid;
    private String timestamp;
}