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