xuhy
2025-06-05 bb9af8f60341b954ced31520c1789c26410f6c94
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;
}