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