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