puzhibing
2024-01-31 61cbc5426ff79200e015680f2ff53134c3995065
1
2
3
4
5
6
7
package com.dsh.guns.modular.system.model.dto;
 
public class TimeDto {
    private String time;
    private String time2;
 
}