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