Merge branch 'ww' into test

This commit is contained in:
2024-09-26 15:15:26 +08:00
17 changed files with 351 additions and 612 deletions

View File

@@ -1,24 +1,9 @@
/*
* Copyright 2019-2020 Zheng Jie
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package cn.ysk.cashier.dto.shop;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.math.BigDecimal;
import java.io.Serializable;
import java.sql.Timestamp;
/**
* @website https://eladmin.vip
@@ -112,4 +97,6 @@ public class TbShopUserDto implements Serializable {
/** 小程序openId */
private String miniOpenId;
private Timestamp joinTime;
}