模板列表 1的 不管状态

This commit is contained in:
2025-10-16 16:56:02 +08:00
parent f6b7ea18b1
commit 419678eb44
2 changed files with 3 additions and 2 deletions

View File

@@ -12,5 +12,6 @@ import lombok.Data;
@Data
public class SmsMoneyDetailDto extends TimeQueryParam {
// 1 充值 2 扣款
Integer type;
private Integer type;
private Long shopId;
}