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