This commit is contained in:
2025-10-16 17:19:10 +08:00
parent 41511d4f75
commit 3baab6ce6f
3 changed files with 8 additions and 3 deletions

View File

@@ -11,4 +11,6 @@ import lombok.Data;
@Data
public class SmsTemplateQueryDTO extends TimeQueryParam {
private Integer status;
private Integer shopUse;
private Integer shopId;
}