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