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