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