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