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