nickchange
2023-10-20 e0ff252a9ad4ca646e5e3e94a66c1309ec0b7c54
1
2
3
4
5
6
7
package com.dsh.guns.modular.system.model.dto;
 
public class TimeDto {
    private String time;
    private String time2;
 
}