无关风月
2024-07-24 54c2de7b7a4ca46bf186ee6c41485459c1ad59dc
1
2
3
4
5
6
7
package com.dsh.guns.modular.system.model.dto;
 
public class TimeDto {
    private String time;
    private String time2;
 
}