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