44323
2023-10-16 ef9a326f927e66835901cc9fa32536ed85cb97d6
1
2
3
4
5
6
7
package com.dsh.guns.modular.system.model.dto;
 
public class TimeDto {
    private String time;
    private String time2;
 
}