DTO规范修改

This commit is contained in:
moxiangrong
2024-02-18 17:33:00 +08:00
parent c132b68745
commit cead24e8b1
33 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
// * @date 2020-09-03
// */
//@Data
//public class YxStoreProductRelationDto implements Serializable {
//public class YxStoreProductRelationDTO implements Serializable {
//
// private Long id;
//

View File

@ -16,7 +16,7 @@
//* @date 2020-05-12
//*/
//@Data
//public class YxStoreProductReplyDto implements Serializable {
//public class YxStoreProductReplyDTO implements Serializable {
//
// // 评论ID
// private Long id;