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