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