1
luofl
2025-04-11 b3068671b4eab47d9cec1e7f2a763db247ea0d10
1
2
3
4
5
6
7
package com.dsh.guns.modular.system.model.dto;
 
public class TimeDto {
    private String time;
    private String time2;
 
}