xuhy
5 天以前 cd375d06f6c56a2768f853fd36699a50f9091cd0
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;
}