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