File was renamed from ycl-common/src/main/java/com/ycl/entity/store/UmsStoreInfo.java |
| | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.*; |
| | | |
| | | import java.io.Serial; |
| | | import java.io.Serializable; |
| | | import java.math.BigDecimal; |
| | | |
| | |
| | | @TableName("ums_store_storeinfo") |
| | | @NoArgsConstructor |
| | | @AllArgsConstructor |
| | | @ApiModel(value = "UmsStoreStoreinfo对象", description = "") |
| | | @ApiModel(value = "StoreInfo对象", description = "") |
| | | @Builder |
| | | public class UmsStoreInfo implements Serializable { |
| | | public class StoreInfo implements Serializable { |
| | | |
| | | @Serial |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @ApiModelProperty("主键") |