Pu Zhibing
2024-12-17 f36d889393a741fb17f9e10bda1bef4d88cf5ffd
1
2
3
4
5
6
7
8
package com.stylefeng.guns.modular.system.model;
 
import lombok.Data;
 
@Data
public class AliSms {
    private String code;
}