Merge branch 'gyj' into test

This commit is contained in:
2024-08-22 16:20:51 +08:00
4 changed files with 20 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ import java.util.Date;
* @author GYJ
*/
@Data
public class ShopTableSeleInfoDto {
public class ShopTableSaleInfoDto {
private Integer shopId;
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date startTime;