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