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