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