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