mitao
1 天以前 29dc1f1b83a562ac877cc4466a17a2112529c184
1
2
3
4
5
6
7
package com.dsh.guns.modular.system.model.dto;
 
public class TimeDto {
    private String time;
    private String time2;
 
}