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