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