44323
2024-03-15 6c837e44d1d185472a6a27eed3b6a523ae5a4013
1
2
3
4
5
6
7
package com.dsh.guns.modular.system.model.dto;
 
public class TimeDto {
    private String time;
    private String time2;
 
}