xuhy
3 天以前 ab9a0091e3df6dfcff5a1309cc0cd6a4f29611c7
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;
}