无关风月
2025-03-31 7620ecb888eafa34e11c054a705e2dc56e0db6e0
1
2
3
4
5
6
7
package com.dsh.guns.modular.system.model.dto;
 
public class TimeDto {
    private String time;
    private String time2;
 
}