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