luofl
2025-04-03 a78ac968018e42634cfb37a6a1ef3aa2dd10acc9
1
2
3
4
5
6
7
package com.dsh.guns.modular.system.model.dto;
 
public class TimeDto {
    private String time;
    private String time2;
 
}